mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
Add some ulps from my P3.
This commit is contained in:
parent
9b17bc94bc
commit
6722fe3f1c
@ -4,6 +4,9 @@
|
|||||||
Test "acos (0.0625) == 1.50825556499840522843072005474337068":
|
Test "acos (0.0625) == 1.50825556499840522843072005474337068":
|
||||||
ildouble: 622
|
ildouble: 622
|
||||||
ldouble: 622
|
ldouble: 622
|
||||||
|
Test "acos (0.75) == 0.722734247813415611178377352641333362":
|
||||||
|
ildouble: 1
|
||||||
|
ldouble: 1
|
||||||
|
|
||||||
# asin
|
# asin
|
||||||
Test "asin (-0.5) == -pi/6":
|
Test "asin (-0.5) == -pi/6":
|
||||||
@ -83,6 +86,8 @@ double: 1
|
|||||||
float: 1
|
float: 1
|
||||||
idouble: 1
|
idouble: 1
|
||||||
ifloat: 1
|
ifloat: 1
|
||||||
|
ildouble: 1
|
||||||
|
ldouble: 1
|
||||||
|
|
||||||
# catan
|
# catan
|
||||||
Test "Imaginary part of: catan (-2 - 3 i) == -1.4099210495965755225306193844604208 - 0.22907268296853876629588180294200276 i":
|
Test "Imaginary part of: catan (-2 - 3 i) == -1.4099210495965755225306193844604208 - 0.22907268296853876629588180294200276 i":
|
||||||
@ -277,8 +282,8 @@ ildouble: 1
|
|||||||
Test "Real part of: cpow (0.75 + 1.25 i, 0.0 + 1.0 i) == 0.331825439177608832276067945276730566 + 0.131338600281188544930936345230903032 i":
|
Test "Real part of: cpow (0.75 + 1.25 i, 0.0 + 1.0 i) == 0.331825439177608832276067945276730566 + 0.131338600281188544930936345230903032 i":
|
||||||
float: 1
|
float: 1
|
||||||
ifloat: 1
|
ifloat: 1
|
||||||
ildouble: 587
|
ildouble: 588
|
||||||
ldouble: 587
|
ldouble: 588
|
||||||
Test "Imaginary part of: cpow (0.75 + 1.25 i, 0.0 + 1.0 i) == 0.331825439177608832276067945276730566 + 0.131338600281188544930936345230903032 i":
|
Test "Imaginary part of: cpow (0.75 + 1.25 i, 0.0 + 1.0 i) == 0.331825439177608832276067945276730566 + 0.131338600281188544930936345230903032 i":
|
||||||
ildouble: 1
|
ildouble: 1
|
||||||
ldouble: 1
|
ldouble: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user