mirror of
https://github.com/boostorg/math.git
synced 2026-02-23 03:42:20 +00:00
Use a static_cast to int when available for parity checking as it's much faster than itrunc. Don't check for overflows in the result, since we know the result is in [-1,1].