mirror of
https://github.com/boostorg/math.git
synced 2026-02-25 04:22:15 +00:00
Makes 0^-n an overflow error (which matches std::pow which returns +INF rather than a NaN). Fixes https://github.com/boostorg/math/issues/781.
Makes 0^-n an overflow error (which matches std::pow which returns +INF rather than a NaN). Fixes https://github.com/boostorg/math/issues/781.