Math.log10(numeric) â float
Class Public methods
Returns the base 10 logarithm of numeric.
1 2 3 | Math.log10( 1 ) #=> 0.0 Math.log10( 10 ) #=> 1.0 Math.log10( 10 ** 100 ) #=> 100.0 |
Returns the base 10 logarithm of numeric.
1 2 3 | Math.log10( 1 ) #=> 0.0 Math.log10( 10 ) #=> 1.0 Math.log10( 10 ** 100 ) #=> 100.0 |
Designed by : w10schools
service@w10schools.com
Please login to continue.