Trait spade::SpadeFloat [] [src]

pub trait SpadeFloat: SpadeNum + BaseFloat { }

Floating point types that can be used with spade.

Used by all operations that require precise division.

Implementors