aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/help/absolutevalue_modulus.html4
-rw-r--r--docs/help/ceiling_maximum.html4
-rw-r--r--docs/help/conjugate_add.html2
-rw-r--r--docs/help/enclose_lessthan.html2
-rw-r--r--docs/help/exponential_power.html4
-rw-r--r--docs/help/floor_minimum.html4
-rw-r--r--docs/help/gradedown_binsdown.html2
-rw-r--r--docs/help/greaterthanorequalto.html2
-rw-r--r--docs/help/length_notequals.html2
-rw-r--r--docs/help/lessthanorequalto.html2
-rw-r--r--docs/help/merge_greaterthan.html2
-rw-r--r--docs/help/negate_subtract.html4
-rw-r--r--docs/help/not_span.html4
-rw-r--r--docs/help/rank_equals.html2
-rw-r--r--docs/help/reciprocal_divide.html4
-rw-r--r--docs/help/sign_multiply.html4
-rw-r--r--docs/help/sortdown_or.html2
-rw-r--r--docs/help/sortup_and.html2
-rw-r--r--docs/help/squareroot_root.html4
-rw-r--r--help/absolutevalue_modulus.md4
-rw-r--r--help/ceiling_maximum.md4
-rw-r--r--help/conjugate_add.md2
-rw-r--r--help/enclose_lessthan.md2
-rw-r--r--help/exponential_power.md4
-rw-r--r--help/floor_minimum.md4
-rw-r--r--help/gradedown_binsdown.md2
-rw-r--r--help/greaterthanorequalto.md2
-rw-r--r--help/length_notequals.md2
-rw-r--r--help/lessthanorequalto.md2
-rw-r--r--help/merge_greaterthan.md2
-rw-r--r--help/negate_subtract.md4
-rw-r--r--help/not_span.md4
-rw-r--r--help/rank_equals.md2
-rw-r--r--help/reciprocal_divide.md4
-rw-r--r--help/sign_multiply.md4
-rw-r--r--help/sortdown_or.md2
-rw-r--r--help/sortup_and.md2
-rw-r--r--help/squareroot_root.md4
38 files changed, 56 insertions, 56 deletions
diff --git a/docs/help/absolutevalue_modulus.html b/docs/help/absolutevalue_modulus.html
index fe6449f0..02c70eb8 100644
--- a/docs/help/absolutevalue_modulus.html
+++ b/docs/help/absolutevalue_modulus.html
@@ -7,7 +7,7 @@
<h1 id="pipe-"><a class="header" href="#pipe-">Pipe (<code><span class='Function'>|</span></code>)</a></h1>
<h2 id="--absolute-value--"><a class="header" href="#--absolute-value--"><code><span class='Function'>|</span> <span class='Value'>๐•ฉ</span></code>: Absolute Value</a></h2>
<p>Absolute Value of <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICB8IMKvMgoKICB8IDHigL8z4oC/wq804oC/Mw==">โ†—๏ธ</a><pre> <span class='Function'>|</span> <span class='Number'>ยฏ2</span>
2
@@ -16,7 +16,7 @@
</pre>
<h2 id="---modulus"><a class="header" href="#---modulus"><code><span class='Value'>๐•จ</span> <span class='Function'>|</span> <span class='Value'>๐•ฉ</span></code>: Modulus</a></h2>
<p>Remainder of <code><span class='Value'>๐•ฉ</span></code> divided by <code><span class='Value'>๐•จ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIHwgMwoKICAyIHwgM+KAvzTigL81">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>|</span> <span class='Number'>3</span>
0
diff --git a/docs/help/ceiling_maximum.html b/docs/help/ceiling_maximum.html
index bc592eea..383f754b 100644
--- a/docs/help/ceiling_maximum.html
+++ b/docs/help/ceiling_maximum.html
@@ -7,13 +7,13 @@
<h1 id="left-ceiling-"><a class="header" href="#left-ceiling-">Left Ceiling (<code><span class='Function'>โŒˆ</span></code>)</a></h1>
<h2 id="--ceiling--"><a class="header" href="#--ceiling--"><code><span class='Function'>โŒˆ</span> <span class='Value'>๐•ฉ</span></code>: Ceiling</a></h2>
<p>Round <code><span class='Value'>๐•ฉ</span></code> up.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDijIggMS4y4oC/z4DigL8z4oC/Ny44OQ==">โ†—๏ธ</a><pre> <span class='Function'>โŒˆ</span> <span class='Number'>1.2</span><span class='Ligature'>โ€ฟ</span><span class='Number'>ฯ€</span><span class='Ligature'>โ€ฟ</span><span class='Number'>3</span><span class='Ligature'>โ€ฟ</span><span class='Number'>7.89</span>
โŸจ 2 4 3 8 โŸฉ
</pre>
<h2 id="---maximum"><a class="header" href="#---maximum"><code><span class='Value'>๐•จ</span> <span class='Function'>โŒˆ</span> <span class='Value'>๐•ฉ</span></code>: Maximum</a></h2>
<p>Maximum of <code><span class='Value'>๐•จ</span></code> and <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIOKMiCAyCgogIDLigL8zIOKMiCA04oC/Mg==">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โŒˆ</span> <span class='Number'>2</span>
2
diff --git a/docs/help/conjugate_add.html b/docs/help/conjugate_add.html
index 6c248885..7c8e204a 100644
--- a/docs/help/conjugate_add.html
+++ b/docs/help/conjugate_add.html
@@ -14,7 +14,7 @@
</pre>
<h2 id="---add"><a class="header" href="#---add"><code><span class='Value'>๐•จ</span> <span class='Function'>+</span> <span class='Value'>๐•ฉ</span></code>: Add</a></h2>
<p><code><span class='Value'>๐•จ</span></code> added to <code><span class='Value'>๐•ฉ</span></code>. Either <code><span class='Value'>๐•จ</span></code> or <code><span class='Value'>๐•ฉ</span></code> can be a character, and if so, the other has to be an integer.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxICsgMgoKICAxICsgMuKAvzPigL80CgogICdhJyArIDQ=">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>+</span> <span class='Number'>2</span>
3
diff --git a/docs/help/enclose_lessthan.html b/docs/help/enclose_lessthan.html
index cad7cc59..58755460 100644
--- a/docs/help/enclose_lessthan.html
+++ b/docs/help/enclose_lessthan.html
@@ -18,7 +18,7 @@
</pre>
<h2 id="---lesser-than"><a class="header" href="#---lesser-than"><code><span class='Value'>๐•จ</span> <span class='Function'>&lt;</span> <span class='Value'>๐•ฉ</span></code>: Lesser Than</a></h2>
<p><code><span class='Value'>๐•จ</span></code> and <code><span class='Value'>๐•ฉ</span></code> can both be either numbers or characters.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIDwgMwoKICAy4oC/M+KAvzAgPCAz4oC/MeKAvzA=">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>&lt;</span> <span class='Number'>3</span>
1
diff --git a/docs/help/exponential_power.html b/docs/help/exponential_power.html
index 8b9de1e9..f698ade9 100644
--- a/docs/help/exponential_power.html
+++ b/docs/help/exponential_power.html
@@ -7,13 +7,13 @@
<h1 id="star-"><a class="header" href="#star-">Star (<code><span class='Function'>โ‹†</span></code>)</a></h1>
<h2 id="--exponential--"><a class="header" href="#--exponential--"><code><span class='Function'>โ‹†</span> <span class='Value'>๐•ฉ</span></code>: Exponential</a></h2>
<p><code><span class='Value'>e</span></code> (Euler's constant) to the power of <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDii4YgMOKAvzHigL8y4oC/Mw==">โ†—๏ธ</a><pre> <span class='Function'>โ‹†</span> <span class='Number'>0</span><span class='Ligature'>โ€ฟ</span><span class='Number'>1</span><span class='Ligature'>โ€ฟ</span><span class='Number'>2</span><span class='Ligature'>โ€ฟ</span><span class='Number'>3</span>
โŸจ 1 2.718281828459045 7.38905609893065 20.08553692318767 โŸฉ
</pre>
<h2 id="---power"><a class="header" href="#---power"><code><span class='Value'>๐•จ</span> <span class='Function'>โ‹†</span> <span class='Value'>๐•ฉ</span></code>: Power</a></h2>
<p><code><span class='Value'>๐•จ</span></code> to the power of <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAyIOKLhiA1CgogIDjigL814oC/OSDii4YgMgoKICAy4oC/MyDii4YgM+KAv8KvNA==">โ†—๏ธ</a><pre> <span class='Number'>2</span> <span class='Function'>โ‹†</span> <span class='Number'>5</span>
32
diff --git a/docs/help/floor_minimum.html b/docs/help/floor_minimum.html
index 75aa49a4..78cb6460 100644
--- a/docs/help/floor_minimum.html
+++ b/docs/help/floor_minimum.html
@@ -7,13 +7,13 @@
<h1 id="left-floor-"><a class="header" href="#left-floor-">Left Floor (<code><span class='Function'>โŒŠ</span></code>)</a></h1>
<h2 id="--floor--"><a class="header" href="#--floor--"><code><span class='Function'>โŒŠ</span> <span class='Value'>๐•ฉ</span></code>: Floor</a></h2>
<p>Round <code><span class='Value'>๐•ฉ</span></code> down.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDijIogMS4y4oC/z4DigL8z4oC/Ny44OQ==">โ†—๏ธ</a><pre> <span class='Function'>โŒŠ</span> <span class='Number'>1.2</span><span class='Ligature'>โ€ฟ</span><span class='Number'>ฯ€</span><span class='Ligature'>โ€ฟ</span><span class='Number'>3</span><span class='Ligature'>โ€ฟ</span><span class='Number'>7.89</span>
โŸจ 1 3 3 7 โŸฉ
</pre>
<h2 id="---minimum"><a class="header" href="#---minimum"><code><span class='Value'>๐•จ</span> <span class='Function'>โŒŠ</span> <span class='Value'>๐•ฉ</span></code>: Minimum</a></h2>
<p>Minimum of <code><span class='Value'>๐•จ</span></code> and <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIOKMiiAyCgogIDLigL8zIOKMiiA04oC/Mg==">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โŒŠ</span> <span class='Number'>2</span>
1
diff --git a/docs/help/gradedown_binsdown.html b/docs/help/gradedown_binsdown.html
index f2ae7787..6ec43eac 100644
--- a/docs/help/gradedown_binsdown.html
+++ b/docs/help/gradedown_binsdown.html
@@ -18,7 +18,7 @@
<h2 id="---bins-down"><a class="header" href="#---bins-down"><code><span class='Value'>๐•จ</span> <span class='Function'>โ’</span> <span class='Value'>๐•ฉ</span></code>: Bins Down</a></h2>
<p>Binary search for each element of <code><span class='Value'>๐•ฉ</span></code> in <code><span class='Value'>๐•จ</span></code>, and return the index found, if any.</p>
<p><code><span class='Value'>๐•จ</span></code> must be sorted in descending order.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Right Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Right Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgN+KAvzXigL804oC/MyDijZIgMgoKICAgN+KAvzXigL804oC/MyDijZIgMuKAvzY=">โ†—๏ธ</a><pre> <span class='Number'>7</span><span class='Ligature'>โ€ฟ</span><span class='Number'>5</span><span class='Ligature'>โ€ฟ</span><span class='Number'>4</span><span class='Ligature'>โ€ฟ</span><span class='Number'>3</span> <span class='Function'>โ’</span> <span class='Number'>2</span>
โ”Œยท
ยท 4
diff --git a/docs/help/greaterthanorequalto.html b/docs/help/greaterthanorequalto.html
index 63832149..68e9b5b1 100644
--- a/docs/help/greaterthanorequalto.html
+++ b/docs/help/greaterthanorequalto.html
@@ -7,7 +7,7 @@
<h1 id="greater-than-or-equal-to-"><a class="header" href="#greater-than-or-equal-to-">Greater Than or Equal To (<code><span class='Function'>โ‰ฅ</span></code>)</a></h1>
<h2 id="---greater-than-or-equal-to"><a class="header" href="#---greater-than-or-equal-to"><code><span class='Value'>๐•จ</span> <span class='Function'>โ‰ฅ</span> <span class='Value'>๐•ฉ</span></code>: Greater Than or Equal To</a></h2>
<p><code><span class='Value'>๐•จ</span></code> and <code><span class='Value'>๐•ฉ</span></code> can both be either numbers or characters.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIOKJpSAzCgogIDLigL8z4oC/MCDiiaUgM+KAvzHigL8w">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โ‰ฅ</span> <span class='Number'>3</span>
0
diff --git a/docs/help/length_notequals.html b/docs/help/length_notequals.html
index 1b9f1b37..ecf0700b 100644
--- a/docs/help/length_notequals.html
+++ b/docs/help/length_notequals.html
@@ -23,7 +23,7 @@
4
</pre>
<h2 id="---not-equal-to"><a class="header" href="#---not-equal-to"><code><span class='Value'>๐•จ</span> <span class='Function'>โ‰ </span> <span class='Value'>๐•ฉ</span></code>: Not Equal To</a></h2>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIOKJoCAzCgogIDLigL8z4oC/MCDiiaAgM+KAvzHigL8wCgogICdhJyDiiaAgJ2En">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โ‰ </span> <span class='Number'>3</span>
1
diff --git a/docs/help/lessthanorequalto.html b/docs/help/lessthanorequalto.html
index 70e379b1..8184269a 100644
--- a/docs/help/lessthanorequalto.html
+++ b/docs/help/lessthanorequalto.html
@@ -7,7 +7,7 @@
<h1 id="lesser-than-or-equal-to-"><a class="header" href="#lesser-than-or-equal-to-">Lesser Than or Equal To (<code><span class='Function'>โ‰ค</span></code>)</a></h1>
<h2 id="---lesser-than-or-equal-to"><a class="header" href="#---lesser-than-or-equal-to"><code><span class='Value'>๐•จ</span> <span class='Function'>โ‰ค</span> <span class='Value'>๐•ฉ</span></code>: Lesser Than or Equal To</a></h2>
<p><code><span class='Value'>๐•จ</span></code> and <code><span class='Value'>๐•ฉ</span></code> can both be either numbers or characters.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIOKJpCAzCgogIDLigL8z4oC/MCDiiaQgM+KAvzHigL8w">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โ‰ค</span> <span class='Number'>3</span>
1
diff --git a/docs/help/merge_greaterthan.html b/docs/help/merge_greaterthan.html
index 68e84cdf..c475c8c9 100644
--- a/docs/help/merge_greaterthan.html
+++ b/docs/help/merge_greaterthan.html
@@ -25,7 +25,7 @@
</pre>
<h2 id="---greater-than"><a class="header" href="#---greater-than"><code><span class='Value'>๐•จ</span> <span class='Function'>&gt;</span> <span class='Value'>๐•ฉ</span></code>: Greater Than</a></h2>
<p><code><span class='Value'>๐•จ</span></code> and <code><span class='Value'>๐•ฉ</span></code> can both be either numbers or characters.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxID4gMwoKICAy4oC/M+KAvzAgPiAz4oC/MeKAvzAKCiAgJ2EnID4gJ2In">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>&gt;</span> <span class='Number'>3</span>
0
diff --git a/docs/help/negate_subtract.html b/docs/help/negate_subtract.html
index f226e61c..13384f31 100644
--- a/docs/help/negate_subtract.html
+++ b/docs/help/negate_subtract.html
@@ -7,7 +7,7 @@
<h1 id="minus--"><a class="header" href="#minus--">Minus (<code><span class='Function'>-</span></code>)</a></h1>
<h2 id="---negate"><a class="header" href="#---negate"><code><span class='Function'>-</span> <span class='Value'>๐•ฉ</span></code>: Negate</a></h2>
<p>Additive Inverse of <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAtIDEKCiAgLSDCrzE=">โ†—๏ธ</a><pre> <span class='Function'>-</span> <span class='Number'>1</span>
ยฏ1
@@ -16,7 +16,7 @@
</pre>
<h2 id="----subtract"><a class="header" href="#----subtract"><code><span class='Value'>๐•จ</span> <span class='Function'>-</span> <span class='Value'>๐•ฉ</span></code>: Subtract</a></h2>
<p>Subtract <code><span class='Value'>๐•ฉ</span></code> from <code><span class='Value'>๐•จ</span></code>. <code><span class='Value'>๐•จ</span></code> and <code><span class='Value'>๐•ฉ</span></code> can be characters or integers.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIC0gMgoKICAxIC0gMuKAvzPigL80CgogICdhJyAtIDQKCiAgJ2InIC0gJ2En">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>-</span> <span class='Number'>2</span>
ยฏ1
diff --git a/docs/help/not_span.html b/docs/help/not_span.html
index d6fd4cf3..fe08cde0 100644
--- a/docs/help/not_span.html
+++ b/docs/help/not_span.html
@@ -7,7 +7,7 @@
<h1 id="not-"><a class="header" href="#not-">Not (<code><span class='Function'>ยฌ</span></code>)</a></h1>
<h2 id="--logical-not--"><a class="header" href="#--logical-not--"><code><span class='Function'>ยฌ</span> <span class='Value'>๐•ฉ</span></code>: Logical Not</a></h2>
<p>Logical Not of <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDCrCAwCgogIMKsIDHigL8w">โ†—๏ธ</a><pre> <span class='Function'>ยฌ</span> <span class='Number'>0</span>
1
@@ -16,7 +16,7 @@
</pre>
<h2 id="---span"><a class="header" href="#---span"><code><span class='Value'>๐•จ</span> <span class='Function'>ยฌ</span> <span class='Value'>๐•ฉ</span></code>: Span</a></h2>
<p>Count of numbers in the inclusive range from <code><span class='Value'>๐•ฉ</span></code> to <code><span class='Value'>๐•จ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAzIMKsIDEKCiAgM+KAvzQgwqwgMOKAvzI=">โ†—๏ธ</a><pre> <span class='Number'>3</span> <span class='Function'>ยฌ</span> <span class='Number'>1</span>
3
diff --git a/docs/help/rank_equals.html b/docs/help/rank_equals.html
index 7075284f..93210adf 100644
--- a/docs/help/rank_equals.html
+++ b/docs/help/rank_equals.html
@@ -32,7 +32,7 @@
โ”˜
</pre>
<h2 id="---equal-to"><a class="header" href="#---equal-to"><code><span class='Value'>๐•จ</span> <span class='Function'>=</span> <span class='Value'>๐•ฉ</span></code>: Equal To</a></h2>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxID0gMwoKICAy4oC/M+KAvzAgPSAz4oC/MeKAvzAKCiAgJ2EnID0gJ2En">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>=</span> <span class='Number'>3</span>
0
diff --git a/docs/help/reciprocal_divide.html b/docs/help/reciprocal_divide.html
index ee87812e..ace2f679 100644
--- a/docs/help/reciprocal_divide.html
+++ b/docs/help/reciprocal_divide.html
@@ -7,13 +7,13 @@
<h1 id="divide-"><a class="header" href="#divide-">Divide (<code><span class='Function'>รท</span></code>)</a></h1>
<h2 id="--reciprocal--"><a class="header" href="#--reciprocal--"><code><span class='Function'>รท</span> <span class='Value'>๐•ฉ</span></code>: Reciprocal</a></h2>
<p>Gives <code><span class='Number'>1</span> <span class='Function'>รท</span> <span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDDtyA1">โ†—๏ธ</a><pre> <span class='Function'>รท</span> <span class='Number'>5</span>
0.2
</pre>
<h2 id="---divide"><a class="header" href="#---divide"><code><span class='Value'>๐•จ</span> <span class='Function'>รท</span> <span class='Value'>๐•ฉ</span></code>: Divide</a></h2>
<p><code><span class='Value'>๐•จ</span></code> divided by <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSDDtyA0CgoxNCDDtyA3">โ†—๏ธ</a><pre> <span class='Number'>5</span> <span class='Function'>รท</span> <span class='Number'>4</span>
1.25
diff --git a/docs/help/sign_multiply.html b/docs/help/sign_multiply.html
index 02a61f65..7fa29ae7 100644
--- a/docs/help/sign_multiply.html
+++ b/docs/help/sign_multiply.html
@@ -12,13 +12,13 @@
<li><code><span class='Number'>0</span></code> if <code><span class='Value'>๐•ฉ</span> <span class='Function'>=</span> <span class='Number'>0</span></code></li>
<li><code><span class='Number'>1</span></code> if <code><span class='Value'>๐•ฉ</span> <span class='Function'>&gt;</span> <span class='Number'>0</span></code></li>
</ul>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDDlyDCrzXigL8w4oC/NeKAvzE=">โ†—๏ธ</a><pre> <span class='Function'>ร—</span> <span class='Number'>ยฏ5</span><span class='Ligature'>โ€ฟ</span><span class='Number'>0</span><span class='Ligature'>โ€ฟ</span><span class='Number'>5</span><span class='Ligature'>โ€ฟ</span><span class='Number'>1</span>
โŸจ ยฏ1 0 1 1 โŸฉ
</pre>
<h2 id="---multiply"><a class="header" href="#---multiply"><code><span class='Value'>๐•จ</span> <span class='Function'>ร—</span> <span class='Value'>๐•ฉ</span></code>: Multiply</a></h2>
<p><code><span class='Value'>๐•จ</span></code> multiplied by <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIMOXIDIKCiAgMiDDlyAy4oC/M+KAvzQ=">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>ร—</span> <span class='Number'>2</span>
2
diff --git a/docs/help/sortdown_or.html b/docs/help/sortdown_or.html
index 6b070b80..2b6f4326 100644
--- a/docs/help/sortdown_or.html
+++ b/docs/help/sortdown_or.html
@@ -12,7 +12,7 @@
</pre>
<h2 id="---logical-or"><a class="header" href="#---logical-or"><code><span class='Value'>๐•จ</span> <span class='Function'>โˆจ</span> <span class='Value'>๐•ฉ</span></code>: Logical Or</a></h2>
<p>Logical Or of <code><span class='Value'>๐•จ</span></code> and <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIOKIqCAwCgogIDHigL8wIOKIqCAx4oC/MQoKICAwIOKIqCAw">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โˆจ</span> <span class='Number'>0</span>
1
diff --git a/docs/help/sortup_and.html b/docs/help/sortup_and.html
index 24516c59..c2d12b7d 100644
--- a/docs/help/sortup_and.html
+++ b/docs/help/sortup_and.html
@@ -12,7 +12,7 @@
</pre>
<h2 id="---logical-and"><a class="header" href="#---logical-and"><code><span class='Value'>๐•จ</span> <span class='Function'>โˆง</span> <span class='Value'>๐•ฉ</span></code>: Logical And</a></h2>
<p>Logical And of <code><span class='Value'>๐•จ</span></code> and <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIOKIpyAxCgogIDHigL8wIOKIpyAx4oC/MQ==">โ†—๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โˆง</span> <span class='Number'>1</span>
1
diff --git a/docs/help/squareroot_root.html b/docs/help/squareroot_root.html
index 15da07b3..4633a419 100644
--- a/docs/help/squareroot_root.html
+++ b/docs/help/squareroot_root.html
@@ -6,13 +6,13 @@
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div>
<h1 id="root-"><a class="header" href="#root-">Root (<code><span class='Function'>โˆš</span></code>)</a></h1>
<h2 id="--square-root--"><a class="header" href="#--square-root--"><code><span class='Function'>โˆš</span> <span class='Value'>๐•ฉ</span></code>: Square root</a></h2>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDiiJogMg==">โ†—๏ธ</a><pre> <span class='Function'>โˆš</span> <span class='Number'>2</span>
1.414213562373095
</pre>
<h2 id="---root"><a class="header" href="#---root"><code><span class='Value'>๐•จ</span> <span class='Function'>โˆš</span> <span class='Value'>๐•ฉ</span></code>: Root</a></h2>
<p><code><span class='Value'>๐•จ</span></code>th root of <code><span class='Value'>๐•ฉ</span></code>.</p>
-<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAyIOKImiAyCgogIDHigL8y4oC/M+KAvzQg4oiaIDQgIA==">โ†—๏ธ</a><pre> <span class='Number'>2</span> <span class='Function'>โˆš</span> <span class='Number'>2</span>
1.414213562373095
diff --git a/help/absolutevalue_modulus.md b/help/absolutevalue_modulus.md
index 87566598..b9b9c248 100644
--- a/help/absolutevalue_modulus.md
+++ b/help/absolutevalue_modulus.md
@@ -6,7 +6,7 @@
Absolute Value of `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
| ยฏ2
@@ -18,7 +18,7 @@ Absolute Value of `๐•ฉ`.
Remainder of `๐•ฉ` divided by `๐•จ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 | 3
diff --git a/help/ceiling_maximum.md b/help/ceiling_maximum.md
index a0ac5282..629f35a1 100644
--- a/help/ceiling_maximum.md
+++ b/help/ceiling_maximum.md
@@ -6,7 +6,7 @@
Round `๐•ฉ` up.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
โŒˆ 1.2โ€ฟฯ€โ€ฟ3โ€ฟ7.89
@@ -16,7 +16,7 @@ Round `๐•ฉ` up.
Maximum of `๐•จ` and `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 โŒˆ 2
diff --git a/help/conjugate_add.md b/help/conjugate_add.md
index 5ac05396..57e9a0a9 100644
--- a/help/conjugate_add.md
+++ b/help/conjugate_add.md
@@ -13,7 +13,7 @@
`๐•จ` added to `๐•ฉ`. Either `๐•จ` or `๐•ฉ` can be a character, and if so, the other has to be an integer.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 + 2
diff --git a/help/enclose_lessthan.md b/help/enclose_lessthan.md
index d584584f..9089248a 100644
--- a/help/enclose_lessthan.md
+++ b/help/enclose_lessthan.md
@@ -18,7 +18,7 @@ Create a unit array containing `๐•ฉ`. (`(โ‰ข๐•ฉ) โ‰ก โŸจโŸฉ`)
`๐•จ` and `๐•ฉ` can both be either numbers or characters.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 < 3
diff --git a/help/exponential_power.md b/help/exponential_power.md
index 891dba08..cdc432e2 100644
--- a/help/exponential_power.md
+++ b/help/exponential_power.md
@@ -6,7 +6,7 @@
`e` (Euler's constant) to the power of `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
โ‹† 0โ€ฟ1โ€ฟ2โ€ฟ3
@@ -16,7 +16,7 @@
`๐•จ` to the power of `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
2 โ‹† 5
diff --git a/help/floor_minimum.md b/help/floor_minimum.md
index 95bb5976..05e8f701 100644
--- a/help/floor_minimum.md
+++ b/help/floor_minimum.md
@@ -6,7 +6,7 @@
Round `๐•ฉ` down.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
โŒŠ 1.2โ€ฟฯ€โ€ฟ3โ€ฟ7.89
@@ -16,7 +16,7 @@ Round `๐•ฉ` down.
Minimum of `๐•จ` and `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 โŒŠ 2
diff --git a/help/gradedown_binsdown.md b/help/gradedown_binsdown.md
index f3906c00..36f37159 100644
--- a/help/gradedown_binsdown.md
+++ b/help/gradedown_binsdown.md
@@ -20,7 +20,7 @@ Binary search for each element of `๐•ฉ` in `๐•จ`, and return the index found,
`๐•จ` must be sorted in descending order.
-[Right Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Right Pervasive.](../doc/arithmetic.md#pervasion)
7โ€ฟ5โ€ฟ4โ€ฟ3 โ’ 2
diff --git a/help/greaterthanorequalto.md b/help/greaterthanorequalto.md
index 941087cd..cffdb24e 100644
--- a/help/greaterthanorequalto.md
+++ b/help/greaterthanorequalto.md
@@ -6,7 +6,7 @@
`๐•จ` and `๐•ฉ` can both be either numbers or characters.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 โ‰ฅ 3
diff --git a/help/length_notequals.md b/help/length_notequals.md
index 75cffd78..4d694efd 100644
--- a/help/length_notequals.md
+++ b/help/length_notequals.md
@@ -21,7 +21,7 @@ Length of the first dimension of `๐•ฉ`.
## `๐•จ โ‰  ๐•ฉ`: Not Equal To
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 โ‰  3
diff --git a/help/lessthanorequalto.md b/help/lessthanorequalto.md
index 6d11fd5c..5bd81d62 100644
--- a/help/lessthanorequalto.md
+++ b/help/lessthanorequalto.md
@@ -6,7 +6,7 @@
`๐•จ` and `๐•ฉ` can both be either numbers or characters.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 โ‰ค 3
diff --git a/help/merge_greaterthan.md b/help/merge_greaterthan.md
index 23878afd..97dc7a57 100644
--- a/help/merge_greaterthan.md
+++ b/help/merge_greaterthan.md
@@ -26,7 +26,7 @@ Returns atomic values as is.
`๐•จ` and `๐•ฉ` can both be either numbers or characters.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 > 3
diff --git a/help/negate_subtract.md b/help/negate_subtract.md
index 8a70e1bf..5f88c791 100644
--- a/help/negate_subtract.md
+++ b/help/negate_subtract.md
@@ -6,7 +6,7 @@
Additive Inverse of `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
- 1
@@ -17,7 +17,7 @@ Additive Inverse of `๐•ฉ`.
Subtract `๐•ฉ` from `๐•จ`. `๐•จ` and `๐•ฉ` can be characters or integers.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 - 2
diff --git a/help/not_span.md b/help/not_span.md
index 7b099699..c194e8d3 100644
--- a/help/not_span.md
+++ b/help/not_span.md
@@ -6,7 +6,7 @@
Logical Not of `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
ยฌ 0
@@ -18,7 +18,7 @@ Logical Not of `๐•ฉ`.
Count of numbers in the inclusive range from `๐•ฉ` to `๐•จ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
3 ยฌ 1
diff --git a/help/rank_equals.md b/help/rank_equals.md
index 9a451009..50575a4b 100644
--- a/help/rank_equals.md
+++ b/help/rank_equals.md
@@ -19,7 +19,7 @@ Returns the number of dimensions in `๐•ฉ`.
## `๐•จ = ๐•ฉ`: Equal To
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 = 3
diff --git a/help/reciprocal_divide.md b/help/reciprocal_divide.md
index c7d8374c..9d307c02 100644
--- a/help/reciprocal_divide.md
+++ b/help/reciprocal_divide.md
@@ -6,7 +6,7 @@
Gives `1 รท ๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
รท 5
@@ -16,7 +16,7 @@ Gives `1 รท ๐•ฉ`.
`๐•จ` divided by `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
5 รท 4
diff --git a/help/sign_multiply.md b/help/sign_multiply.md
index 3b8fa8de..d8ab406e 100644
--- a/help/sign_multiply.md
+++ b/help/sign_multiply.md
@@ -9,7 +9,7 @@ Sign of `๐•ฉ`.
- `0` if `๐•ฉ = 0`
- `1` if `๐•ฉ > 0`
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
ร— ยฏ5โ€ฟ0โ€ฟ5โ€ฟ1
@@ -19,7 +19,7 @@ Sign of `๐•ฉ`.
`๐•จ` multiplied by `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 ร— 2
diff --git a/help/sortdown_or.md b/help/sortdown_or.md
index 03982acd..690300ee 100644
--- a/help/sortdown_or.md
+++ b/help/sortdown_or.md
@@ -14,7 +14,7 @@ Sort array `๐•ฉ` in descending order.
Logical Or of `๐•จ` and `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 โˆจ 0
diff --git a/help/sortup_and.md b/help/sortup_and.md
index bf727848..0a323116 100644
--- a/help/sortup_and.md
+++ b/help/sortup_and.md
@@ -14,7 +14,7 @@ Sort array `๐•ฉ` in ascending order.
Logical And of `๐•จ` and `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
1 โˆง 1
diff --git a/help/squareroot_root.md b/help/squareroot_root.md
index c97c92c5..04487c6c 100644
--- a/help/squareroot_root.md
+++ b/help/squareroot_root.md
@@ -4,7 +4,7 @@
## `โˆš ๐•ฉ`: Square root
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
โˆš 2
@@ -14,7 +14,7 @@
`๐•จ`th root of `๐•ฉ`.
-[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+[Pervasive.](../doc/arithmetic.md#pervasion)
2 โˆš 2