diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-15 09:08:53 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-15 09:08:53 -0400 |
| commit | 93e4e69199311ac2b7a02ec3ed48290b99f097a0 (patch) | |
| tree | 110975b9cdd5c94b4aa42e9c6ca90df3ea2c9d1f /docs | |
| parent | 96110435daf214782d34a910ce90cf3f88817fc1 (diff) | |
Number-only •Repr implementation
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 b6bc73a7..ed8bef21 100644 --- a/docs/bqn.js +++ b/docs/bqn.js @@ -453,7 +453,7 @@ let extendedbqn = (x,w) => { let dynsys = f => { f.dynamic=1; return f; } let sysvals = { bqn:(x,w)=> bqn(req1str("•BQN",x,w)), js:dojs, extendedbqn, - type, glyph, decompose, fmt:fmt1, unixtime, listkeys, + type, glyph, decompose, fmt:fmt1, repr:fmtnum, unixtime, listkeys, listsys: dynsys(() => list(Object.keys(sysvals).sort().map(str))), 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) }; |
