From 0658e1ba9dc1095449e4c0289324955716d402ef Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 13 Mar 2021 10:28:39 -0500 Subject: =?UTF-8?q?Use=20=E2=80=A2Eval=20or=20=E2=80=A2BQN=20instead=20of?= =?UTF-8?q?=20=E2=8D=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/doc/arithmetic.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/doc/arithmetic.html (limited to 'docs/doc/arithmetic.html') diff --git a/docs/doc/arithmetic.html b/docs/doc/arithmetic.html new file mode 100644 index 00000000..ee6e66ac --- /dev/null +++ b/docs/doc/arithmetic.html @@ -0,0 +1,16 @@ + + + + BQN: Arithmetic functions + + +

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:

+ +

-- cgit v1.2.3