Description:
Syntax:
lg(x,b)
Note:
The function computes x’s logarithm to base b.
Parameter:
x |
Real number |
b |
Base; default is 10 |
Return value:
Numeric value
Example:
lg(54) |
1.7323937598229684 |
lg(9,3) |
3.0 |
Related function: