diff options
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -300,6 +300,13 @@ Efficiency: Miscellaneous: ############################################################################## +- [suggested by Tobias Burnus <burnus(at)net-b.de> and + Asher Langton <langton(at)gcc.gnu.org>, Wed, 01 Aug 2007] + support quiet and signaling NaNs in mpfr: + * functions to set/test a quiet/signaling NaN: mpfr_set_snan, mpfr_snan_p, + mpfr_set_qnan, mpfr_qnan_p + * correctly convert to/from double (if encoding of s/qNaN is fixed in 754R) + - check again coverage: on July 27, Patrick Pelissier reports that the following files are not tested at 100%: add1.c, atan.c, atan2.c, cache.c, cmp2.c, const_catalan.c, const_euler.c, const_log2.c, cos.c, |