Skip to main content

FiniteF32

Type Alias FiniteF32 

Source
pub type FiniteF32 = Finite<f32>;
Expand description

Total ordered f32, with -0.0 normalized to +0.0, and excluding NaN and infinities.

Aliased Typeยง

pub struct FiniteF32(/* private fields */);