diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-03-10 17:53:40 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-03-10 17:53:40 +0000 |
commit | 6411f81da9ffcad6b90dba9be1b89ffccfd80ca2 (patch) | |
tree | d996bd252dc299928ba654187b66e66a93c886b7 /math/auto-libm-test-in | |
parent | d421868bb85d1459b1d2df520bb26f3e11aa195a (diff) | |
download | glibc-6411f81da9ffcad6b90dba9be1b89ffccfd80ca2.tar.gz glibc-6411f81da9ffcad6b90dba9be1b89ffccfd80ca2.tar.xz glibc-6411f81da9ffcad6b90dba9be1b89ffccfd80ca2.zip |
Add test for bug 18104.
[BZ #18104] * math/auto-libm-test-in: Add another test of pow. * math/auto-libm-test-out: Regenerated.
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 5e4b84d31d..4a9f935764 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -2015,6 +2015,7 @@ pow 2.0 -100000.0 pow 1.0625 1.125 pow 1.5 1.03125 +pow 0x1.7d1a0a6f2p+681 1.5 sin 0 sin -0 |