aboutsummaryrefslogtreecommitdiff
path: root/docs/help/absolutevalue_modulus.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/absolutevalue_modulus.html')
-rw-r--r--docs/help/absolutevalue_modulus.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/absolutevalue_modulus.html b/docs/help/absolutevalue_modulus.html
index 0f907bf0..2935b2c4 100644
--- a/docs/help/absolutevalue_modulus.html
+++ b/docs/help/absolutevalue_modulus.html
@@ -6,6 +6,7 @@
<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="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><a class="fulldoc" href="../doc/arithmetic.html#additional-arithmetic">→full documentation</a></p>
<p>Absolute Value of <code><span class='Value'>𝕩</span></code>.</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=fCDCrzIKCnwgMeKAvzPigL/CrzTigL8z">↗️</a><pre> <span class='Function'>|</span> <span class='Number'>¯2</span>
@@ -15,6 +16,7 @@
⟨ 1 3 4 3 ⟩
</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><a class="fulldoc" href="../doc/arithmetic.html#additional-arithmetic">→full documentation</a></p>
<p>Remainder of <code><span class='Value'>𝕩</span></code> divided by <code><span class='Value'>𝕨</span></code>.</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=MSB8IDMKCjIgfCAz4oC/NOKAv8KvNQ==">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>|</span> <span class='Number'>3</span>