aboutsummaryrefslogtreecommitdiff
path: root/docs/help/squareroot_root.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/squareroot_root.html')
-rw-r--r--docs/help/squareroot_root.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/squareroot_root.html b/docs/help/squareroot_root.html
index ae46dceb..b685d544 100644
--- a/docs/help/squareroot_root.html
+++ b/docs/help/squareroot_root.html
@@ -5,12 +5,12 @@
</head>
<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>
+<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="../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>
+<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="../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+KAvzQg4oiaIDQ=">↗️</a><pre> <span class='Number'>2</span> <span class='Function'>√</span> <span class='Number'>2</span>