Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions Introduction > Ln

Ln

Calculates the natural (base e) logarithm of a number.

Syntax

Ln(Number)

Number:

Any number.

Return Value

The natural (base e) logarithm of Number.

Related Functions

Log

Example

Variable=Ln(2);
! Sets Variable to 0.6931...

See Also

Math/Trigonometry Functions