Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d130921

Browse files
committed
additional case showing loss of significance near x=1
1 parent 780480c commit d130921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/modules/acos.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ T('acos', function () {
7171
t('0.9999999297625', 14, 4, '0.00037479994883195');
7272
t('0.99999999467518', 14, 4, '0.0001031970930281');
7373
t('0.9999999999999999995', 25, 4, '0.000000001000000000000000000041667');
74+
t('0.99999999999999999999995', 30, 4, '0.0000000000100000000000000000000000416667');
7475

7576
/*
7677
t('0.95', 6, 5, '0.31756');

0 commit comments

Comments
 (0)