From df36b6fab45533c4c495edacf0aa848385c1a664 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 29 Dec 2021 14:49:46 -0500 Subject: Re-generate arithmetic doc --- docs/doc/arithmetic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/doc/arithmetic.html b/docs/doc/arithmetic.html index e78314b4..0ae6824c 100644 --- a/docs/doc/arithmetic.html +++ b/docs/doc/arithmetic.html @@ -187,7 +187,7 @@ ⟨ ∞ 6 0 2 ⟩

Floor () returns the largest integer less than or equal to the argument, and Ceiling () returns the smallest one greater than or equal to it. For this purpose ¯∞ and are treated as integers, so that the floor or ceiling of an infinity is itself. Absolute value removes the argument's sign by negating it if it is less than 0, so that its result is always non-negative.

-

Minimum () returns the larger of its two arguments, and Maximum () returns the smaller. These functions are loosely related to Floor and Ceiling in their use of comparison, and can be defined similarly: for example, the minimum of two numbers of the largest number less than or equal to both of them. To take the minimum or maximum of an entire list, use a fold.

+

Minimum () returns the smaller of its two arguments, and Maximum () returns the larger. These functions are loosely related to Floor and Ceiling in their use of comparison, and can be defined similarly: for example, the minimum of two numbers is the largest number less than or equal to both of them. To take the minimum or maximum of an entire list, use a fold.

↗️
    3  8
 ⟨ 0 1 2 3 3 3 3 3 ⟩
 
-- 
cgit v1.2.3