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.Log10(number as nullable number) as nullable number
About
Returns the base 10 logarithm of a number, number
. If number
is null Number.Log10 returns null.
Example 1
Get the base 10 logarithm of 2.
Usage
Number.Log10(2)
Output
0.3010299956639812