From 59ab5338d4e23eb108a43f876aa979238ae2490e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 12 Nov 2021 22:15:44 -0500 Subject: Slightly less APL-centric documentation --- docs/doc/arithmetic.html | 6 +++--- docs/doc/logic.html | 4 ++-- docs/doc/search.html | 4 ++-- docs/doc/transpose.html | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/doc') diff --git a/docs/doc/arithmetic.html b/docs/doc/arithmetic.html index 22dc233b..99dd7e11 100644 --- a/docs/doc/arithmetic.html +++ b/docs/doc/arithmetic.html @@ -5,8 +5,8 @@

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:

+

Since BQN's function syntax was designed to mirror mathematical operators, its arithmetic tends to look a lot like mathematical notation. Individual functions are listed below. As an array language, BQN applies arithmetic element-wise to arrays, a system known as pervasion. A distinctive feature of BQN is its character arithmetic, which allows + and - to manipulate characters without explicitly transforming them to numbers.

+

Summary of other differences from APL: