Browse Source

refresh xtensa ulps file

Waldemar Brodkorb 9 years ago
parent
commit
4cc585c1b8
1 changed files with 16 additions and 0 deletions
  1. 16 0
      test/math/libm-test-ulps-xtensa

+ 16 - 0
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