aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/bqn.js2
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)
};