aboutsummaryrefslogtreecommitdiff
path: root/doc/arithmetic.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-13 10:51:37 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-13 10:51:37 -0500
commit011b6f769b130d42c9a455ab7526f33712345faf (patch)
tree7b786e377796e9dc3dda7dfd2e95264a58738002 /doc/arithmetic.md
parent0658e1ba9dc1095449e4c0289324955716d402ef (diff)
Remove accidentally added files
Diffstat (limited to 'doc/arithmetic.md')
-rw-r--r--doc/arithmetic.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/arithmetic.md b/doc/arithmetic.md
deleted file mode 100644
index d9a976a5..00000000
--- a/doc/arithmetic.md
+++ /dev/null
@@ -1,13 +0,0 @@
-*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/doc/arithmetic.html).*
-
-# Arithmetic functions
-
-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.
-
-Summary of differences for APLers:
-- Exponentiation is represented with the star character `⋆`, since asterisk `*` is rendered inconsistently across fonts and sometimes appears as a superscript.
-- There's a root function `√`.
-- Not uses a different symbol `¬`, and logical functions (described on [their own page](logic.md)) are extended linearly in all arguments instead of using GCD or LCM.
-- Dyadic arithmetic functions use leading axis agreement like J.
-
-##