kernel
0.2.3-dev
In kernel::
utilities::
math
Structs
PowerOfTwo
Functions
abs
closest_power_of_two
log10
log_base_two
log_base_two_u64
kernel
::
utilities
::
math
Function
log10
Copy item path
Settings
Help
Summary
Source
pub fn log10(x:
f32
) ->
f32
Expand description
Compute the base 10 logarithm of
f
.