LN
Syntax
Description
Returns the Natural Logarithm of the numeric expression given.
A natural logarithm is a logarithm in base e (e value can be
obtained with EXP(1)
).
Both the argument and the result are of type Float
.
Examples
You can compute the logarithm in any base
dividing LN(x)
by LN(base)
:
Remarks
- This function is 100% Sinclair BASIC Compatible
- If the given argument type is not float, it will be converted to float before operating with it.