mirror of
https://github.com/MikeMcl/decimal.js.git
synced 2024-10-27 20:34:12 +00:00
additional cosine test showing cancellation
This commit is contained in:
parent
64906296b6
commit
780480cc2a
@ -70,6 +70,7 @@ T('acos', function () {
|
|||||||
t('0.0623252416', 19, 0, '1.508430664767542249');
|
t('0.0623252416', 19, 0, '1.508430664767542249');
|
||||||
t('0.9999999297625', 14, 4, '0.00037479994883195');
|
t('0.9999999297625', 14, 4, '0.00037479994883195');
|
||||||
t('0.99999999467518', 14, 4, '0.0001031970930281');
|
t('0.99999999467518', 14, 4, '0.0001031970930281');
|
||||||
|
t('0.9999999999999999995', 25, 4, '0.000000001000000000000000000041667');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
t('0.95', 6, 5, '0.31756');
|
t('0.95', 6, 5, '0.31756');
|
||||||
|
Loading…
Reference in New Issue
Block a user