Trait lars::common::Number [] [src]

pub trait Number: Num + Clone + Copy {
    fn powf(&self, pow: f64) -> f64;
}

Required Methods

Implementors