From 01044145c08b37da07ef0eec4bab1078aa95a57d Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 29 Jan 2021 21:31:38 -0500 Subject: Fill in some gaps to finish off BQN-J dictionary --- docs/doc/fromJ.html | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'docs/doc') diff --git a/docs/doc/fromJ.html b/docs/doc/fromJ.html index 432bf72f..4dbce0d8 100644 --- a/docs/doc/fromJ.html +++ b/docs/doc/fromJ.html @@ -415,8 +415,7 @@ -

Additionally, |.!.f is f« with a natural number left argument. Change « to » to rotate right instead of left.

-

The tables below give approximate implementations of J primitives. J has a whole lot of complicated primitives that no one uses (some of which are officially deprecated), so not everything is translated here.

+

The tables below give approximate implementations of J primitives. J has a whole lot of complicated primitives that no one uses (some of which are officially deprecated), so not everything is translated here. Operations that only apply to complex numbers are omitted because no BQN implementation currently supports them.

@@ -452,6 +451,11 @@ + + + + + @@ -620,8 +624,24 @@ - - + + + + + + + + + + + + + + + + + +
¬∨
*.
*: ט ¬∧x(y) z
F/ .GF˝G1 (dyadic)x F/ .G yx F˝G1 y
F:.G{𝕊: 𝕨F𝕩; 𝕊: 𝕨G𝕩}
<;._1((1-˜¬×+`)=)⊔⊢
x {.!.f yy » xf
x |.!.f yx f« y, or (-x) f» y if 𝕩<0
-- cgit v1.2.3