From: Ulrich Drepper Date: Sun, 22 Apr 2001 04:55:54 +0000 (+0000) Subject: Add atan2f deltas. X-Git-Tag: glibc-2.16-ports-before-merge~1905 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48d32c2da938b2ff920565be2200b9c0d22962d7;p=thirdparty%2Fglibc.git Add atan2f deltas. --- diff --git a/sysdeps/mips/fpu/libm-test-ulps b/sysdeps/mips/fpu/libm-test-ulps index 78cedbcb2e8..d7711e5558d 100644 --- a/sysdeps/mips/fpu/libm-test-ulps +++ b/sysdeps/mips/fpu/libm-test-ulps @@ -13,6 +13,17 @@ float: 2 idouble: 1 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 Test "atanh (0.7) == 0.8673005276940531944": double: 1 @@ -758,6 +769,10 @@ float: 2 idouble: 1 ifloat: 2 +Function: "atan2": +float: 4 +ifloat: 4 + Function: "atanh": double: 1 idouble: 1