log10

Function log10 

Source
pub fn log10<T>(x: T) -> Result<f64, PyException>
where T: Into<f64>,
Expand description

math.log10 - base-10 logarithm