EXP

 

The function EXP returns the exponential value for the numeric expression. This is like the power function with a base e.

SQL Syntax:
 
   EXP( number )
Number:
 
  Any numeric expression.
Escape Syntax:
 
  {fn EXP( number )}
Return Type:
 
  FLOAT
     

Examples:

  • SELECT EXP(0), {fn exp(1.0)}

    Returns: 1, 2.7182818284590455

see also:
SQL Numeric Functions
POWER
LOG
LOG10


100% pure Java DBMS
Mirror Site