diff options
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 4b3c7581b6..947b2af11a 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -412,6 +412,17 @@ cosh 22 cosh 23 cosh 24 +cpow 1 0 0 0 +cpow 2 0 10 0 +# Bug 14473: cpow results inaccurate. +cpow e 0 0 2pi xfail +cpow 2 3 4 0 + +cpow 0.75 1.25 0.75 1.25 +cpow 0.75 1.25 1.0 1.0 +cpow 0.75 1.25 1.0 0.0 +cpow 0.75 1.25 0.0 1.0 + csqrt 0 0 csqrt 0 -0 csqrt -0 0 |