Closed GoogleCodeExporter closed 9 years ago
Maybe more tricks can be obtained with
http://en.wikipedia.org/wiki/Math.h
see nextafter, logb, etc, and look for ulp.
Original comment by danielgutson@gmail.com
on 28 Feb 2010 at 4:22
You now have is_lossless_sum (non optimized) and is_lossless_sum_bigsmall,
which
assumes the first parameter is larger than the second and that the second is
not zero.
See for example:
http://code.google.com/p/mili/source/detail?r=116
Original comment by billybiset
on 15 Mar 2010 at 7:29
Original comment by billybiset
on 4 Jul 2010 at 6:13
Original issue reported on code.google.com by
danielgutson@gmail.com
on 28 Feb 2010 at 3:53