[][src]Trait sphrs::SphrsFloat

pub trait SphrsFloat: Float + FloatConst + FromPrimitive + Debug { }

Trait alias to simplify common trait bounds

Implementors

impl<I> SphrsFloat for I where
    I: Float + FloatConst + FromPrimitive + Debug
[src]

Loading content...