pub trait Float: SignedNumber {
    fn small_epsilon() -> Self;
}
Expand description

floating point trait for various levels of fp precision

Required Methods

Implementations on Foreign Types

Implementors