summaryrefslogtreecommitdiff
path: root/tests/tcompound.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-04 10:53:40 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-04 10:53:40 +0000
commit92ad3b2594beff2cecb7655f0c1049f7a143b2da (patch)
treee140d9ce5101d446db997b021b4b248818fde58a /tests/tcompound.c
parent989e335afe8a4824ff64ef1269f880b3dbb6d81a (diff)
downloadmpfr-92ad3b2594beff2cecb7655f0c1049f7a143b2da.tar.gz
[tests/tcompound.c] fixed comment
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14357 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tcompound.c')
-rw-r--r--tests/tcompound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcompound.c b/tests/tcompound.c
index 43f481d84..3ac18ceaa 100644
--- a/tests/tcompound.c
+++ b/tests/tcompound.c
@@ -55,7 +55,7 @@ check_ieee754 (void)
exit (1);
}
- /* compound(x,0) = 1 for x >= -1 (or NaN), we choose 1 */
+ /* compound(x,0) = 1 for x >= -1 or x = qNaN */
for (i = -1; i <= 2; i++)
{
if (i != 2)