EXP
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Return the exponential of the specified value.
Syntax
EXP(<double expression>)
Example
EXP(0.0) // 1.0
EXP(1) // ~= 2.71828182845905 (Euler's number)