$log10
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
$log10
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Determines which exponent of base 10 yields a given value.
Syntax
$log10(number)
Parameters
number | a positive number or an expression that evaluates to a positive number |
Return Value
Number, with the same number of decimal places as number.
Example
let var1=$log10(100)
The above expression means “the exponent of base 10 that yields the value 100” and evaluates to 2.
See Also
Updated
ByJason Lee
Was this article helpful?
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5