4D v14

EXP

Home

 
4D v14
EXP

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.

Example  

This example returns e raised to the 15th value:

SELECT EXP( 15 ); `returns 3269017,3724721107

 
PROPERTIES 

Product: 4D
Theme: Functions

 
SEE ALSO 

SQRT

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)