Description:
Compute the logarithm to base 10.
Syntax:
lg(numberExp)
Note:
The function computes numberExp’s logarithm to base 10.
Parameter:
numberExp |
Data for which you want to compute the logarithm to base 10 |
Return value:
Numeric value
Example:
lg(54) |
1.7323937598229684 |
Related function: