[][src]Trait oars::Float

pub trait Float: NumCast + Float + Copy { }

A generic floating point type.

A generic float type that is compatible with the orthogonal array and strong orthogonal array definitions in the library. Almost every type that is compatible with num::Float from the num-traits crate should be compatible with this float type.

Implementors

impl<T> Float for T where
    T: NumCast + Float + Copy
[src]

Loading content...