Trait nbez::PVOps [] [src]

pub trait PVOps<F>: Add<Self, Output=Self> + Sub<Self, Output=Self> + Mul<F, Output=Self> + Div<F, Output=Self> + Zero where Self: Sized, F: Float { }

A trait that specifies the necessary operators needed to have a point which nbez can properly perform operations on

Implementors