pub type N32 = NotNan<f32>;
A number exclusive NaN and hence not implementing Float.
Float
pub struct N32(/* private fields */);