From c96289046dbd42678c10d03ceb5734737392bf4c Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 5 Jul 2021 22:20:19 -0400 Subject: Inter-documentation links and minor editing --- docs/doc/arithmetic.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/doc/arithmetic.html') diff --git a/docs/doc/arithmetic.html b/docs/doc/arithmetic.html index 40a6067e..42bf677a 100644 --- a/docs/doc/arithmetic.html +++ b/docs/doc/arithmetic.html @@ -89,7 +89,7 @@ 0124 ⟨ 0 1 1.4142135623730951 2 ⟩ -

Take note of the difference between the function -, and the "high minus" character ¯, which is a part of numeric notation. Also shown is the number , which BQN supports along with ¯∞ (but depending on implementation BQN may or may not keep track of ¯0. Integer optimization loses the distinction so it's best not to rely on it).

+

Take note of the difference between the function -, and the "high minus" character ¯, which is a part of numeric notation. Also shown is the number , which BQN supports along with ¯∞ (but depending on implementation BQN may or may not keep track of ¯0. Integer optimization loses the distinction so it's best not to rely on it).

The logarithm is written with Undo: . As with Power, the default base is e, giving a natural logarithm.

↗️
     10
 2.302585092994046
@@ -176,7 +176,7 @@
 
 
 
-

Now the monadic function symbols resemble those used in mathematics. In the case of Floor and Ceiling, this is because Ken Iverson invented them! As with other functions, he adapted them to work like other functions in order to create APL\360, in this case by removing the paired closing version of each one.

+

Now the monadic function symbols resemble those used in mathematics. In the case of Floor and Ceiling, this is because Ken Iverson invented them! As with other functions, he adapted them to use more uniform syntax in order to create APL\360, in this case by removing the paired closing version of each one.

↗️
     π
 3
 
@@ -276,7 +276,7 @@
     ¯∞π  @'0''?'
 ⟨ 0 0 0 ⟩
 
-

Equals and Not Equals are the two equality comparisons. Equals tests for atomic equality between each pair of atoms, as described in the Match documentation. Essentially, it returns 1 only if the two values are indistinguishable to BQN and 0 otherwise. Values of different types can never be equal, and characters are equal when they have the same code point.

+

Equals and Not Equals are the two equality comparisons. Equals tests for atomic equality between each pair of atoms, as described in the Match documentation. Essentially, it returns 1 only if the two values are indistinguishable to BQN and 0 otherwise. Values of different types can never be equal, and characters are equal when they have the same code point.

↗️
    +-×÷ = -
 ⟨ 0 1 0 0 ⟩
 
-- 
cgit v1.2.3