[][src]Function sauron::prelude::js_sys::Math::log10

pub fn log10(x: f64) -> f64

The Math.log10() function returns the base 10 logarithm of a number.

MDN documentation