diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-06 20:08:45 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-06 20:08:45 -0400 |
| commit | 854fc160a685952c80a255c63d7676a752113c1c (patch) | |
| tree | 4a07258aa62ac5dad09c9791d941c50298ed16f1 /docs | |
| parent | 299e5ce3aeb4d4b3b8afece41fc0e0b046c3888e (diff) | |
Remove •math.e for mystifying performance reasons
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/bqn.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bqn.js b/docs/bqn.js index 78943be4..993c0c34 100644 --- a/docs/bqn.js +++ b/docs/bqn.js @@ -440,7 +440,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,("E LN10 LN2 LOG10E LOG2E PI SQRT1_2 SQRT2 cbrt expm1 hypot log10 log1p log2 round trunc atan2 "+trig).split(" ")) + math: obj2ns(Math,("LN10 LN2 LOG10E LOG2E PI SQRT1_2 SQRT2 cbrt expm1 hypot log10 log1p log2 round trunc atan2 "+trig).split(" ")) }; let make_timed = tfn => { |
