mirror of git://sourceware.org/git/glibc.git
Update.
2001-04-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/powerpc/fpu/libm-test-ulps: Add deltas for atan2f.
This commit is contained in:
parent
463468350f
commit
d8cbcd7d34
|
@ -1,3 +1,7 @@
|
||||||
|
2001-04-21 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/powerpc/fpu/libm-test-ulps: Add deltas for atan2f.
|
||||||
|
|
||||||
2001-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
2001-04-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct check for invalid
|
* sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct check for invalid
|
||||||
|
|
|
@ -13,6 +13,17 @@ float: 2
|
||||||
idouble: 1
|
idouble: 1
|
||||||
ifloat: 2
|
ifloat: 2
|
||||||
|
|
||||||
|
# atan2
|
||||||
|
Test "atan2 (0.7, -1.0) == 2.530866689200584621918884506789267":
|
||||||
|
float: 3
|
||||||
|
ifloat: 3
|
||||||
|
Test "atan2 (-0.7, -1.0) == -2.530866689200584621918884506789267":
|
||||||
|
float: 3
|
||||||
|
ifloat: 3
|
||||||
|
Test "atan2 (1.4, -0.93) == 2.1571487668237843754887415992772736":
|
||||||
|
float: 4
|
||||||
|
ifloat: 4
|
||||||
|
|
||||||
# atanh
|
# atanh
|
||||||
Test "atanh (0.7) == 0.8673005276940531944":
|
Test "atanh (0.7) == 0.8673005276940531944":
|
||||||
double: 1
|
double: 1
|
||||||
|
@ -748,6 +759,10 @@ float: 2
|
||||||
idouble: 1
|
idouble: 1
|
||||||
ifloat: 2
|
ifloat: 2
|
||||||
|
|
||||||
|
Function: "atan2":
|
||||||
|
float: 4
|
||||||
|
ifloat: 4
|
||||||
|
|
||||||
Function: "atanh":
|
Function: "atanh":
|
||||||
double: 1
|
double: 1
|
||||||
idouble: 1
|
idouble: 1
|
||||||
|
|
Loading…
Reference in New Issue