macro_rules! finite_unchecked { ($f: expr) => { ... }; }
Constructor for Finite that never checks the value, and can be used in a const context.
Finite
Ensure that the value can never be NaN or infinite.
NaN