1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-10-27 20:34:12 +00:00

a new failing test case

This commit is contained in:
Alden 2023-02-12 23:02:53 -05:00
parent 7f01abd83d
commit 075521e8a0

View File

@ -68,6 +68,7 @@ T('acos', function () {
t('0.41923186648524998285699814886092351368793359300547574', 42, 3, '1.13819724675000902666504291062053681280681');
t('-0.19508761025300975791021816036', 27, 1, '1.76714310275532020878366926');
t('0.0623252416', 19, 0, '1.508430664767542249');
t('0.9999999297625', 14, 4, '0.00037479994883195');
/*
t('0.95', 6, 5, '0.31756');