summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-07 00:52:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-07 00:52:51 +0000
commit5a5b7a28f931d04023bc60b401a0f229fb91383e (patch)
tree223e0eacee61b35e68f0331ee50e5e8432026a64 /TODO
parent3fda8ee26e83247e6b6d28b2169381d08adee7aa (diff)
downloadmpfr-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--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index c7f48432f..9c71f3132 100644
--- a/TODO
+++ b/TODO
@@ -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