summaryrefslogtreecommitdiff
path: root/tests/tagm.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-24 09:58:27 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-09-24 09:58:27 +0000
commitdae579ce74073d6b3034045ebbb1a66d84756ce6 (patch)
tree78b936fe979041b69256641bcde7e6a8cfaf55b8 /tests/tagm.c
parent929c25ec692ee90f4d7a3c74af2344c09e774cc9 (diff)
downloadmpfr-dae579ce74073d6b3034045ebbb1a66d84756ce6.tar.gz
Renamed "division-by-zero" to "divide-by-zero" (term used by the
ISO C99 standard, the IEEE 754-2008 standard using divideByZero, and the old IEEE 754-1985 standard using both "divide by zero" and "division by zero"). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7886 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tagm.c')
-rw-r--r--tests/tagm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tagm.c b/tests/tagm.c
index 005c753ce..50cf017cc 100644
--- a/tests/tagm.c
+++ b/tests/tagm.c
@@ -129,7 +129,7 @@ check_large (void)
}
/* problem found by Damien Fischer <damien@maths.usyd.edu.au> 4 Aug 2003:
- produced a division by zero exception */
+ produced a divide-by-zero exception */
mpfr_set_prec (a, 268);
mpfr_set_prec (b, 268);
mpfr_set_prec (agm, 268);