[][src]Trait quick_maths::Float

pub trait Float: NumFloat + Debug { }

A trait which is both a float and debug.

Implementors

impl<T> Float for T where
    T: NumFloat + Debug
[src]

Loading content...