summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-07-07 11:36:33 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-07-07 11:36:33 +0000
commit9c392d327808157ec10674ef375e036f6dc79ced (patch)
treeac1f243487896c68ec4ffe8adb960e9cbfdcb717 /NEWS
parent4bb3809525e9a416ef5565a7c4313a0afcf7914f (diff)
downloadmpfr-9c392d327808157ec10674ef375e036f6dc79ced.tar.gz
[NEWS] i.e. → e.g.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10596 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 33b57caab..689bb62bb 100644
--- a/NEWS
+++ b/NEWS
@@ -71,7 +71,7 @@ Changes from versions 3.1.* to version 4.0.0:
- New MPFRbench program (see the tools/bench directory).
- Major speedup in mpfr_add, mpfr_sub and mpfr_mul when all operands have the
same precision and this precision is less than the number of bits per word,
- i.e., less than 64 on a 64-bit computer.
+ e.g., less than 64 on a 64-bit computer.
- Speedup by a factor of almost 2 in the double <--> mpfr conversions
(mpfr_set_d and mpfr_get_d).
- Speedup in the mpfr_const_euler function (contributed by Fredrik Johansson),