From 780480cc2ac7f4a95f4de5501c0c360b53da90f0 Mon Sep 17 00:00:00 2001 From: Alden Date: Mon, 13 Feb 2023 16:32:13 -0500 Subject: [PATCH] additional cosine test showing cancellation --- test/modules/acos.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/modules/acos.js b/test/modules/acos.js index 0b5036c..4537c33 100644 --- a/test/modules/acos.js +++ b/test/modules/acos.js @@ -70,6 +70,7 @@ T('acos', function () { t('0.0623252416', 19, 0, '1.508430664767542249'); t('0.9999999297625', 14, 4, '0.00037479994883195'); t('0.99999999467518', 14, 4, '0.0001031970930281'); + t('0.9999999999999999995', 25, 4, '0.000000001000000000000000000041667'); /* t('0.95', 6, 5, '0.31756');