diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/math/libm-test-ulps-arm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/math/libm-test-ulps-arm b/test/math/libm-test-ulps-arm index d2d4e058f..8528e81b4 100644 --- a/test/math/libm-test-ulps-arm +++ b/test/math/libm-test-ulps-arm @@ -3968,6 +3968,9 @@ double: 1 float: 1 idouble: 1 ifloat: 1 +Test "tgamma (-0.5) == -2 sqrt (pi)": +double: 1 +idouble: 1 Test "tgamma (-0x0.fffffffffffff8p0)": double: 1 idouble: 1 @@ -4155,6 +4158,11 @@ double: 1 float: 1 idouble: 1 ifloat: 1 +Test "tgamma (0.7) == 1.29805533264755778568117117915281162": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 Test "tgamma (0x1.fffffep0)": float: 1 ifloat: 1 |