Number.Ln
Returns the natural logarithm of the number.
Syntax
Number.Ln(
number as number
) as number
Remarks
Returns the natural logarithm of a number, number
. If number
is null Number.Ln
returns null.
Examples
Example #1
Get the natural logarithm of 15.
Number.Ln(15)
Result:
2.70805020110221
Category
Number.Operations