pub type F32 = NotNan<f32>;
32-bit floating-point real number. Not NaN.
pub struct F32(/* private fields */);