From 0f16c3f9a4869a6a14890c1e0fd1f4c7c10d287d Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 8 May 2021 16:38:33 -0400 Subject: =?UTF-8?q?Remove=20some=20redundant=20=E2=80=A2math=20constants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/bqn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/bqn.js b/docs/bqn.js index aa532f7c..e647bcdb 100644 --- a/docs/bqn.js +++ b/docs/bqn.js @@ -439,7 +439,7 @@ let sysvals = { bqn:(x,w)=> bqn(req1str("•BQN",x,w)), js:dojs, extendedbqn, type, glyph, decompose, fmt:fmt1, unixtime, listsys: dynsys(() => list(Object.keys(sysvals).map(str).sort())), - math: obj2ns(Math,("LN10 LN2 LOG10E LOG2E PI SQRT1_2 SQRT2 cbrt expm1 hypot log10 log1p log2 round trunc atan2 cos cosh sin sinh tan tanh").split(" "), f=>typeof f==="function"?runtime[60](f,0):f) + math: obj2ns(Math,("LN10 LN2 LOG10E LOG2E cbrt expm1 hypot log10 log1p log2 round trunc atan2 cos cosh sin sinh tan tanh").split(" "), f=>typeof f==="function"?runtime[60](f,0):f) }; let make_timed = tfn => { -- cgit v1.2.3