Trait BinaryLogarithm
Required Methods
log2
Trait
std
::
math
::
BinaryLogarithm
pub trait BinaryLogarithm { fn log2(self) -> Self; }
Expand description
Calculates the binary log.
Required Methods
fn
log2
(self) -> Self