diff options
Diffstat (limited to 'docs/doc/arithmetic.html')
| -rw-r--r-- | docs/doc/arithmetic.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/doc/arithmetic.html b/docs/doc/arithmetic.html deleted file mode 100644 index ee6e66ac..00000000 --- a/docs/doc/arithmetic.html +++ /dev/null @@ -1,16 +0,0 @@ -<head> - <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> - <link href="../style.css" rel="stylesheet"/> - <title>BQN: Arithmetic functions</title> -</head> -<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a> / <a href="index.html">doc</a></div> -<h1 id="arithmetic-functions">Arithmetic functions</h1> -<p>BQN's arithmetic functions use mostly the same symbols as APL, and the functionality is actually defined by the language implementation's number system and not the specification, so there's not too much to say about them.</p> -<p>Summary of differences for APLers:</p> -<ul> -<li>Exponentiation is represented with the star character <code><span class='Function'>⋆</span></code>, since asterisk <code><span class='Value'>*</span></code> is rendered inconsistently across fonts and sometimes appears as a superscript.</li> -<li>There's a root function <code><span class='Function'>√</span></code>.</li> -<li>Not uses a different symbol <code><span class='Function'>¬</span></code>, and logical functions (described on <a href="logic.html">their own page</a>) are extended linearly in all arguments instead of using GCD or LCM.</li> -<li>Dyadic arithmetic functions use leading axis agreement like J.</li> -</ul> -<h2 id=""></h2> |
