Trait spade::SpadeFloat

source ·
pub trait SpadeFloat: SpadeNum + BaseFloat { }
Expand description

Floating point types that can be used with spade.

Used by all operations that require precise division.

Implementations on Foreign Types

Implementors