Log10()
Calculates the logarithm of number, to base 10.
Log10( number=number );
Returns: Number
| Argument | Description |
|---|---|
|
number
number,
required
|
edit
Positive real number for which to calculate the logarithm |
Examples
editThe following code example will output an example number returned from the log10() function.
<cfoutput>#log10(10)#</cfoutput>
See also
- Numbers
- Math
- numeric.log10()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)