diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-07 00:52:51 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-07 00:52:51 +0000 |
commit | 5a5b7a28f931d04023bc60b401a0f229fb91383e (patch) | |
tree | 223e0eacee61b35e68f0331ee50e5e8432026a64 /TODO | |
parent | 3fda8ee26e83247e6b6d28b2169381d08adee7aa (diff) | |
download | mpfr-5a5b7a28f931d04023bc60b401a0f229fb91383e.tar.gz |
[TODO] Fixed a misspelling, using codespell.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8734 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ Table of contents: 2^(MPFR_EXP(b)-MPFR_PREC(b)+err). - mpfr_set_q first tries to convert the numerator and the denominator - to mpfr_t. But this convertion may fail even if the correctly rounded + to mpfr_t. But this conversion may fail even if the correctly rounded result is representable. New way to implement: Function q = a/b. nq = PREC(q) na = PREC(a) nb = PREC(b) If na < nb |