Math.log10(numeric) รข float
Class Public methods
Returns the base 10 logarithm of numeric.
Math.log10(1) #=> 0.0 Math.log10(10) #=> 1.0 Math.log10(10**100) #=> 100.0
Returns the base 10 logarithm of numeric.
Math.log10(1) #=> 0.0 Math.log10(10) #=> 1.0 Math.log10(10**100) #=> 100.0
Please login to continue.