devela::_dep::web_sys::js_sys::Math

Function log10

Source
pub fn log10(x: f64) -> f64 
Available on crate feature dep_web_sys only.
Expand description

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

MDN documentation