diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 15:32:51 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 15:32:51 -0700 |
commit | 88e236a627d7195a938bce0b7cde92c2da2abedf (patch) | |
tree | c0b7a83831e02dd9a093edfb57ffddcd7f6129e6 /math/libm-test.inc | |
parent | 5e4295fb58a41f27e5158746deb8e40421d2e67b (diff) | |
download | glibc-88e236a627d7195a938bce0b7cde92c2da2abedf.tar.gz glibc-88e236a627d7195a938bce0b7cde92c2da2abedf.tar.xz glibc-88e236a627d7195a938bce0b7cde92c2da2abedf.zip |
Fix cproj implmentation.
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r-- | math/libm-test.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index 260d3ec665..6650b889c5 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2006, 2007, 2009 Free Software Foundation, Inc. +/* Copyright (C) 1997-2006, 2007, 2009, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger <aj@suse.de>, 1997. @@ -2087,7 +2087,7 @@ cproj_test (void) TEST_c_c (cproj, minus_infty, minus_infty, plus_infty, minus_zero); TEST_c_c (cproj, 1.0, 0.0, 1.0, 0.0); - TEST_c_c (cproj, 2.0, 3.0, 0.2857142857142857142857142857142857L, 0.42857142857142857142857142857142855L); + TEST_c_c (cproj, 2.0, 3.0, 2.0, 3.0); END (cproj, complex); } |