diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 22:24:47 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 22:24:47 -0500 |
| commit | 26d39ce262c49d689ae72f7898cd8bd9f65d6a55 (patch) | |
| tree | 7848b076df0bbb9cd8ac56170c3049089d948c0c | |
| parent | c59b76358bb567169719b11d816ec8a0a28098c4 (diff) | |
Use markdown links instead of html ones for pervasion
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'><</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'><</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'>></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'>></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'>></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 |
