Trait Logarithm
Required Methods
log
Trait
std
::
math
::
Logarithm
pub trait Logarithm { fn log(self, base: Self) -> Self; }
Expand description
Calculates the log with a given base.
Required Methods
fn
log
(self, base: Self) -> Self