[][src]Trait hrbf::Real

pub trait Real: Float + RealField + Debug { }

Floating point real trait used throughout this library.

Implementors

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

Loading content...