diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-01-17 00:55:54 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-01-17 00:55:54 +0000 |
commit | 310c3c4d19bf1cc85f80fb52def9fc7f9a4a2686 (patch) | |
tree | 201ff97c16754d9c2100595f3fcf0a34d77da1e7 /TODO | |
parent | 0fa1f86cf585175542091eed353daed45feefe0b (diff) | |
download | mpfr-310c3c4d19bf1cc85f80fb52def9fc7f9a4a2686.tar.gz |
TODO update.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9827 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -537,6 +537,9 @@ Table of contents: - add internal or public variants of some basic functions (+, -, *) with mpz_t as the exponent for correctly rounded polynomials (like fmma), in order to avoid internal overflow and underflow in extreme cases? + Alternatively, for fmma, modify add*.c and sub*.c code to define + mpfr_add_raw, which takes arrays of limbs and their precision, and the + positive exponent delta (as mpfr_uexp_t to be always representable). ############################################################################## |