macro_rules! finite_unchecked {
    ($f: expr) => { ... };
}
Expand description

Constructor for Finite that never checks the value, and can be used in a const context.

Safety

Ensure that the value can never be NaN or infinite.