1 2 3 4 5 6 7 8 9 10 11 12
//! Approximate equality for floating-point types can be determined using either relative difference //! or comparisons based on units in the last place (ULPs). /// Internal namespace. mod private { } crate::mod_interface! { reuse ::mdmath_core::approx; }