This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||
|
4D v19
EXP
|
EXP (arithmetic_expression) |
||
The EXP function returns the exponential value of the arithmetic_expression, e.g. e raised to the xth value where "x" is the value passed in the arithmetic_expression.
This example returns e raised to the 15th value:
SELECT EXP( 15 ); `returns 3269017,3724721107
Product: 4D
Theme: Functions
4D SQL Reference ( 4D v19)