Trait gad::arrayfire::Float[][src]

pub trait Float: Number + Default + PartialOrd + Float + From<i16> + Pow<i16, Output = Self> + Pow<Self, Output = Self> + HasAfEnum<InType = Self, AggregateOutType = Self, ProductOutType = Self, UnaryOutType = Self, AbsOutType = Self> + ImplicitPromote<Self, Output = Self> + ConstGenerator<OutType = Self> + Convertable<OutType = Self> + FloatingPoint + for<'a> Div<&'a Array<Self>, Output = Array<Self>> { }

All supported float types.

Implementations on Foreign Types

impl Float for f32[src]

impl Float for f64[src]

Loading content...

Implementors

Loading content...