Trait cgmath::BaseFloat

source ·
pub trait BaseFloat: BaseNum + Float + ApproxEq<Epsilon = Self> { }
Expand description

Base floating point types

Implementations on Foreign Types§

source§

impl BaseFloat for f64

source§

impl BaseFloat for f32

Implementors§