Trait hrbf::Real

source ·
pub trait Real: Float + RealField + Debug { }
Expand description

Floating point real trait used throughout this library.

Implementors§

source§

impl<T> Real for Twhere T: Float + RealField + Debug,