Function log10

Source
pub fn log10(x: f32) -> f32
Available on crate feature libm, or crate feature nostd-libm and non-crate feature std only.
Expand description

Returns the base 10 logarithm of the number.

Precision is specified when the libm feature is enabled.