[][src]Trait fixed::sealed::Float

pub trait Float: SealedFloat { }

This trait is implemented for the primitive floating-point types, and for f16 if the f16 feature is enabled.

This trait is sealed and cannot be implemented for more types; it is implemented for f32 and f64, and for f16 if the f16 feature is enabled.

Implementations on Foreign Types

impl Float for f16[src]

Loading content...

Implementors

impl Float for f32[src]

impl Float for f64[src]

Loading content...