From 0316809a806d54f18990c001645397e55595b24e Mon Sep 17 00:00:00 2001 From: Alden Date: Mon, 13 Feb 2023 02:19:00 -0500 Subject: [PATCH] remove extranous zero --- test/modules/acos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/modules/acos.js b/test/modules/acos.js index 5fffc01..0b5036c 100644 --- a/test/modules/acos.js +++ b/test/modules/acos.js @@ -69,7 +69,7 @@ T('acos', function () { t('-0.19508761025300975791021816036', 27, 1, '1.76714310275532020878366926'); t('0.0623252416', 19, 0, '1.508430664767542249'); t('0.9999999297625', 14, 4, '0.00037479994883195'); - t('0.99999999467518', 14, 4, '0.00010319709302810'); + t('0.99999999467518', 14, 4, '0.0001031970930281'); /* t('0.95', 6, 5, '0.31756');