summaryrefslogtreecommitdiff
path: root/tests/ttanh.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-16 13:21:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-16 13:21:16 +0000
commit9f7eecff7f0872841c73038399274fa1e540fbf9 (patch)
treecd927233e8f6c386f70bb589706d76216c8dcd54 /tests/ttanh.c
parent6ab3027b2c8e15faf67523e949038bafc4de5d6b (diff)
downloadmpfr-9f7eecff7f0872841c73038399274fa1e540fbf9.tar.gz
[src/beta.c,tests/ttanh.c] towards → toward (for consistency).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13674 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/ttanh.c')
-rw-r--r--tests/ttanh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttanh.c b/tests/ttanh.c
index 82f9afb6d..692d73b96 100644
--- a/tests/ttanh.c
+++ b/tests/ttanh.c
@@ -118,7 +118,7 @@ special_overflow (void)
/* This test was generated from bad_cases, with input y=-7.778@-1 = -3823/8192.
For the x value below, we have atanh(y) < x, thus since tanh() is increasing,
- y < tanh(x), and thus tanh(x) rounded towards zero should give -3822/8192. */
+ y < tanh(x), and thus tanh(x) rounded toward zero should give -3822/8192. */
static void
bug20171218 (void)
{