logten PowerHome formula function
Description
Gets the base 10 logarithm of a number.
Syntax
logten ( n )
Argument |
Description |
n
|
The number for which you want the base 10 logarithm. The value of n must not be negative
|
Return value
Double. Returns the base 10 logarithm.
The expression 10^n is the inverse for LogTen(n). To obtain n given number (nbr = LogTen(n)), use n = 10^nbr.