[][src]Trait sdfu::mathtypes::Log2

pub trait Log2 {
    fn log2(&self) -> Self;
}

Returns log base 2 of self.

Required methods

fn log2(&self) -> Self

Loading content...

Implementations on Foreign Types

impl Log2 for f32[src]

impl Log2 for f64[src]

Loading content...

Implementors

Loading content...