diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-08 16:38:33 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-08 16:38:33 -0400 |
| commit | 0f16c3f9a4869a6a14890c1e0fd1f4c7c10d287d (patch) | |
| tree | 499367bae496f4bba64e26d881a1f64697afab20 /docs | |
| parent | ea9af520fe48d55496fb681dec4a8cbbdc4ec51f (diff) | |
Remove some redundant •math constants
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 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 => { |
