pub type FiniteF32 = Finite<f32>;
Total ordered f32, with -0.0 normalized to +0.0, and excluding NaN and infinities.
-0.0
+0.0
pub struct FiniteF32(/* private fields */);