Skip to main content

log10

Function log10 

Source
pub fn log10<T: Dispatch>(x: T) -> T
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Returns the base 10 logarithm of a floating-point value.

The stabilized versions of this intrinsic are available on the float primitives via the log10 method. For example, f32::log10.