use mel_function;
/// Return the positive infinity for floating type.
///
/// Comparing any finite value against `infinity()` with `<` returns `true`.
/// Return the negative infinity for floating type.
/// Return the not-a-number value for floating type.
///
/// ⚠️ `NaN` is not equal to itself; use `is_nan()` to test for it rather than equality comparison.