LOG10
Syntax:
LOG10 ( x )
Description: Computes the base-10 logarithm of x.
Arguments:
Name |
Type |
Description |
---|---|---|
x |
number |
The positive real number for which the logarithm is being computed. |
Return Type and Value: number – The base-10 logarithm of x.
However, if x is zero or negative, #NUM!
is returned.
example: