Ln

Math Functions
Aptilis 1

Ln(x)

ln returns the natural logarithm of a value.
ln is not defined for negative values and 0.

Return value:
ln(x)

Example:

v = ln(2.718282)
print(v)
Result:
1.0000