📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

EXP



Returns the value of e (the base of natural logarithms) raised to the power of x.

Syntax

EXP( <x> )

Examples

SELECT EXP(2); ┌──────────────────┐ │ exp(2) │ ├──────────────────┤ │ 7.38905609893065 │ └──────────────────┘

Was this page helpful?