Trait algebloat::bin_ops::BinOp[][src]

pub trait BinOp where
    Self: Sized
{ fn op(&self, a: f64, b: f64) -> f64; }

Required methods

Implementors