Navigation:  NexusDB Guide > SQL Reference > SQL Functions > Numeric Value Functions >

Exponential Function

Previous pageReturn to chapter overviewNext page

NexusDB V3 Manual

Exponential Function

button_main button_prev button_next

NexusDB Manual V3 > SQL Reference > SQL Functions > Numeric Value Functions

Syntax

 

<exponential function> ::=

 

 

 

EXP ( <numeric value expression> )

 

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"

 

© Nexus Database Systems Pty Ltd.

nexus_logo