mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-21 15:12:30 +00:00
(which may be either narrower or wider than the int return type specified in C99). Change transcendental code which uses ilogb for loop termination, to check for a minimal value return to correctly handle the case that the value has gone to zero. See https://svn.boost.org/trac/boost/ticket/12625