diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-03-09 23:10:41 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-03-09 23:10:41 +0000 |
commit | 959d69ed7099e265e701dbf26fcbd5c513285bde (patch) | |
tree | 942d17a8321ddb69358ff1cc4c770964a296ce2c /TODO | |
parent | 264570b7ab3d696fd72daffbb6a5c57ae3478c47 (diff) | |
download | mpfr-959d69ed7099e265e701dbf26fcbd5c513285bde.tar.gz |
Fixed spelling mistakes found by codespell 1.12.0.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12474 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ Table of contents: - export mpfr_overflow and mpfr_underflow as public functions - many functions currently taking into account the precision of the *input* - variable to set the initial working precison (acosh, asinh, cosh, ...). + variable to set the initial working precision (acosh, asinh, cosh, ...). This is nonsense since the "average" working precision should only depend on the precision of the *output* variable (and maybe on the *value* of the input in case of cancellation). |