1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-28 22:40:48 +00:00

additional case showing loss of significance near x=1

This commit is contained in:
Alden 2023-02-13 17:11:19 -05:00
parent 780480cc2a
commit d130921f98

View File

@ -71,6 +71,7 @@ T('acos', function () {
t('0.9999999297625', 14, 4, '0.00037479994883195');
t('0.99999999467518', 14, 4, '0.0001031970930281');
t('0.9999999999999999995', 25, 4, '0.000000001000000000000000000041667');
t('0.99999999999999999999995', 30, 4, '0.0000000000100000000000000000000000416667');
/*
t('0.95', 6, 5, '0.31756');