2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-19 04:22:17 +00:00
Files
random/test/multiprecision_int_test.cpp
jzmaddock 7561690135 Update multiprecision_int_test.cpp to not accidentality overflow type double.
Multiprecision now performs correct rounding when converting to double - previously the max value for uint1024_t would just fit in a double if it was truncated.  But now that it's correctly rounded it overflows and breaks the calculation.
2022-06-01 19:32:55 +01:00

7.9 KiB