Closed dmcclean closed 6 years ago
The names are based on the rounding mode names in the MPFR header (as is their order). I'd be happy to take docs explaining their behavior.
http://code.woboq.org/gcc/include/mpfr.h.html#79 https://gforge.inria.fr/tracker/index.php?func=detail&aid=6190&group_id=136&atid=622
faithful is at last check a placeholder.
Cool. Forthcoming.
fixed in https://github.com/ekmett/rounded/pull/27 merge
I have a few questions.
TowardNearestWithTiesAwayFromZero
has to deal with ties, what doesTowardNearest
do with ties?