diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-17 01:14:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-17 01:14:02 +0100 |
commit | 4cc585c1b810ea9bee9c85a44b692de6f3d7fc22 (patch) | |
tree | cb21d54b25b53b59255cd758ae43582aad83eaba /test/math/libm-test-ulps-xtensa | |
parent | bd9e68510af887cc77033bd8150c1659a9b3cd03 (diff) |
refresh xtensa ulps file
Diffstat (limited to 'test/math/libm-test-ulps-xtensa')
-rw-r--r-- | test/math/libm-test-ulps-xtensa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/math/libm-test-ulps-xtensa b/test/math/libm-test-ulps-xtensa index 9c730fad7..46b2ac559 100644 --- a/test/math/libm-test-ulps-xtensa +++ b/test/math/libm-test-ulps-xtensa @@ -79,6 +79,16 @@ Test "log10 (e) == log10(e)": float: 1 ifloat: 1 +# tgamma +Test "tgamma (-0.5) == -2 sqrt (pi)": +double: 1 +idouble: 1 +Test "tgamma (0.7) == 1.29805533264755778568117117915281162": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 + # Maximal error of functions: Function: "cos": double: 2 @@ -126,4 +136,10 @@ Function: "tan": double: 1 idouble: 1 +Function: "tgamma": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 + # end of automatic generation |