Trait algebloat::un_ops::UnOp[][src]

pub trait UnOp {
    fn op(&self, a: f64) -> f64;
}

Required methods

Implementors