F32

Type Alias F32 

Source
pub type F32 = NotNan<f32>;
Expand description

32-bit floating-point real number. Not NaN.

Aliased Typeยง

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