mirror of
https://github.com/boostorg/safe_numerics.git
synced 2026-02-22 03:32:24 +00:00
turns that std::numeric_limits<float> has the smallest value (nearest to zero) while when we say min - we want the most negative value. Fixed by specialize interval<R> implementation for floats and doubles