wangtongada / gmpy

Automatically exported from code.google.com/p/gmpy
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Fix double-rounding error when creating denormalized results. #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
mpfr_subnormalize() can return an incorrectly rounded result due to 
double-rounding.

Original issue reported on code.google.com by casevh on 19 Nov 2014 at 5:03