Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Number.Ln(number as nullable number) as nullable number
About
Returns the natural logarithm of a number, number
. If number
is null Number.Ln
returns null.
Example 1
Get the natural logarithm of 15.
Usage
Number.Ln(15)
Output
2.70805020110221