Skip to main content

EXP

Categories: Math

EXP

Calculates Euler's number, e, raised to the power of the specified value.

Syntax

EXP(numeric_expression NUMERIC) → FLOAT

  • numeric_expression: The exponent value to raise e to. This must be an DOUBLE, INTEGER, or FLOAT.

Examples

EXP example
SELECT EXP(1)
-- 2.718281828459045
EXP example
SELECT EXP(10.0)
-- 22026.465794806718