ieee754
Low-level manipulations of IEEE754 floating-point numbers.
This library includes:
- unconditional
no_stdsupport, - ulp computation (units in the last place, representing the resolution of a float),
- miscellaneous functions like
nextafter(nextandprev),copysign(copy_sign),abs,sign, - the IEEE-754
totalOrderpredicate for doingOrd::cmp-like comparisons on floats, - an iterator over every floating point value in a range,
- relative error computation.
