diff options
Diffstat (limited to 'docs/doc/prefixes.html')
| -rw-r--r-- | docs/doc/prefixes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/doc/prefixes.html b/docs/doc/prefixes.html index cf9759f6..29c3b9cd 100644 --- a/docs/doc/prefixes.html +++ b/docs/doc/prefixes.html @@ -1,4 +1,7 @@ -<head><link href="../style.css" rel="stylesheet"/></head> +<head> + <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> + <link href="../style.css" rel="stylesheet"/> +</head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="prefixes-and-suffixes">Prefixes and Suffixes</h1> <p>The Prefixes (<code><span class='Function'>↑</span></code>) function gives a list of all prefixes of its argument array along the <a href="leading.html">first axis</a>, and Suffixes (<code><span class='Function'>↓</span></code>) gives a similar list for suffixes. Because the result can be much larger than the argument, these functions may not be used often in high-performance code, but they are a powerful conceptual tool and can make sense for algorithms that are inherently quadratic.</p> |
