summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-10-03 10:14:51 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-10-03 10:14:51 +0000
commit4ff85ded30f554c768cb9f5fdb6d2befb71d4e79 (patch)
treecb06218e542a146ba13d6accc879b56fe74845c7
parentadf6faca75cc84c198612d9d8198d13cc0ef22db (diff)
downloadmpfr-4ff85ded30f554c768cb9f5fdb6d2befb71d4e79.tar.gz
2.2 branch: fixed wrong emax in example for mpfr_subnormalize.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.2@4150 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--mpfr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.texi b/mpfr.texi
index b43b1a935..6939a67d0 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1808,7 +1808,7 @@ using MPFR:
mpfr_set_default_prec (53);
mpfr_set_emin (-1073);
- mpfr_set_emax (1021);
+ mpfr_set_emax (1024);
mpfr_init (xa); mpfr_init (xb);