Returns the value of the e constant raised to a specified power.
Category: | Mathematical |
Returned data type: | DOUBLE |
specifies any valid SQL expression that evaluates to a numeric value.
Data type | BIGINT, DOUBLE, FLOAT, INTEGER, REAL, SMALLINT, TINTYINT |
See | <sql-expression> |
FedSQL Expressions |
Statements
|
Results
|
---|---|
select exp(1.0); |
2.718282 |
select exp(0); |
1 |