- ⌂ Math
- Functions
LN()
Returns the exponent (or power) that you must raise the base e to in order to get the input number.
Prototype
decimal LN(decimal decimal)
Parameter
- decimal - A decimal number.
Return
The exponent (or power) that you must raise the base e to in order to get the input number.
Example
SELECT OID, Date, LN(Value) AS Ln FROM Data
Related
EXP(), LOG(), POW()
webCOMAND Docs