From 93e4e69199311ac2b7a02ec3ed48290b99f097a0 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 15 May 2021 09:08:53 -0400 Subject: =?UTF-8?q?Number-only=20=E2=80=A2Repr=20implementation?= 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 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) }; -- cgit v1.2.3