| 2213 | return ldexp(number_type(1u), -1); |
| 2214 | } |
| 2215 | static number_type get_infinity() |
| 2216 | { |
| 2217 | number_type value; |
| 2218 | value.backend().exponent() = boost::multiprecision::cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::exponent_infinity; |
| 2219 | return value; |
| 2220 | } |
| 2221 | static number_type get_quiet_NaN() |
| 2222 | { |
| 2223 | number_type value; |