From 011b6f769b130d42c9a455ab7526f33712345faf Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 13 Mar 2021 10:51:37 -0500 Subject: Remove accidentally added files --- doc/arithmetic.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 doc/arithmetic.md (limited to 'doc/arithmetic.md') 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. - -## -- cgit v1.2.3