webCOMAND

#LN

Returns the exponent (or power) that you must raise the base e to in order to get the input number.

Prototype

#LN($decimal)

Parameters

  • decimal - A decimal number.

Example

#LOCAL($Num, 10)
The number is #LN($Num).

Result

The number is 2.302.

Related

#LOG#EXP, PHP log()