Syntax

<exponential function> ::=


Notes

The result of the EXP function is e (the base of natural logarithms) raised to the power of the argument.
The data type of the result is DOUBLE PRECISION.
If the argument is null, then the result is null.


Examples

Expression

Result

EXP( 2 )

7.389056..

EXP( -2 )

0.135335..


Conformance

SQL:2003 standard

-

Feature T621 "Enhanced numeric functions"

Home | Site Contents | Documentation | NexusDB Manual V4 | SQL Reference | SQL Functions | Numeric Value Functions