Trait BinOp
Other items inalgebloat::bin_ops
pub trait BinOp where Self: Sized, { fn op(&self, a: f64, b: f64) -> f64; }
fn op(&self, a: f64, b: f64) -> f64
impl BinOp for Atan2Op
impl BinOp for HypotOp
impl BinOp for PowOp
impl BinOp for OpAdd
impl BinOp for OpDiv
impl BinOp for OpMul
impl BinOp for OpSub