mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2001-04-17 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update for new atan2 tests. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-04-17 David S. Miller <davem@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update for new atan2 tests.
|
||||||
|
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
|
||||||
|
|
||||||
2001-04-17 Jakub Jelinek <jakub@redhat.com>
|
2001-04-17 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
|
* sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Make sure
|
||||||
|
@ -99,8 +99,8 @@ double: 1
|
|||||||
float: 4
|
float: 4
|
||||||
idouble: 1
|
idouble: 1
|
||||||
ifloat: 4
|
ifloat: 4
|
||||||
ildouble: 5
|
ildouble: 6
|
||||||
ldouble: 5
|
ldouble: 6
|
||||||
Test "Imaginary part of: cacosh (-2 - 3 i) == -1.9833870299165354323470769028940395 + 2.1414491111159960199416055713254211 i":
|
Test "Imaginary part of: cacosh (-2 - 3 i) == -1.9833870299165354323470769028940395 + 2.1414491111159960199416055713254211 i":
|
||||||
double: 1
|
double: 1
|
||||||
float: 4
|
float: 4
|
||||||
|
@ -18,6 +18,20 @@ Test "atanh (0.7) == 0.8673005276940531944":
|
|||||||
double: 1
|
double: 1
|
||||||
idouble: 1
|
idouble: 1
|
||||||
|
|
||||||
|
# atan2
|
||||||
|
Test "atan2 (0.7, -1.0) == 2.5308666892005846219":
|
||||||
|
float: 3.0000
|
||||||
|
ifloat: 3.0000
|
||||||
|
Test "atan2 (-0.7, -1.0) == -2.5308666892005846219":
|
||||||
|
float: 3.0000
|
||||||
|
ifloat: 3.0000
|
||||||
|
Test "atan2 (1.4, -0.93) == 2.1571487668237843755":
|
||||||
|
float: 4.0000
|
||||||
|
ifloat: 4.0000
|
||||||
|
Function: "atan2":
|
||||||
|
float: 4.0000
|
||||||
|
ifloat: 4.0000
|
||||||
|
|
||||||
# cabs
|
# cabs
|
||||||
Test "cabs (-0.7 + 12.4 i) == 12.419742348374220601176836866763271":
|
Test "cabs (-0.7 + 12.4 i) == 12.419742348374220601176836866763271":
|
||||||
float: 1
|
float: 1
|
||||||
|
@ -31,6 +31,20 @@ Test "atanh (0.7) == 0.8673005276940531944":
|
|||||||
double: 1
|
double: 1
|
||||||
idouble: 1
|
idouble: 1
|
||||||
|
|
||||||
|
# atan2
|
||||||
|
Test "atan2 (0.7, -1.0) == 2.5308666892005846219":
|
||||||
|
float: 3.0000
|
||||||
|
ifloat: 3.0000
|
||||||
|
Test "atan2 (-0.7, -1.0) == -2.5308666892005846219":
|
||||||
|
float: 3.0000
|
||||||
|
ifloat: 3.0000
|
||||||
|
Test "atan2 (1.4, -0.93) == 2.1571487668237843755":
|
||||||
|
float: 4.0000
|
||||||
|
ifloat: 4.0000
|
||||||
|
Function: "atan2":
|
||||||
|
float: 4.0000
|
||||||
|
ifloat: 4.0000
|
||||||
|
|
||||||
# cabs
|
# cabs
|
||||||
Test "cabs (-0.7 + 12.4 i) == 12.419742348374220601176836866763271":
|
Test "cabs (-0.7 + 12.4 i) == 12.419742348374220601176836866763271":
|
||||||
float: 1
|
float: 1
|
||||||
|
Reference in New Issue
Block a user