48 Chapter 2: Math Operations
7302ENG.DOC CH2 Math Operations, English Julie Hewlett Revised: 07/29/98 11:58 AM Printed: 05/19/99 8:58
AM Page 48 of 32
2. Find the list minimums.
-l:
1"5
-v1¡
-v2Eb
3. Find the list maximums.
1"6
-v1¡
-v2Eb
remainder( remainder( 1
"
7 7
Returns the remainder resulting from the division of two
positive whole numbers, dividend and divisor, each of which
can be a list of positive whole numbers. They also are subject
to mathematical rules. For example, divisor0.
remainder(dividend,divisor)
If both arguments are lists, they must have the same number
of elements. If one argument is a list and the other a non-list,
the non-list is paired with each element of the list, and a list of
remainders is returned.
remainder(list,divisor)
remainder(dividend,list)
remainder(list,list)
Calculate 10P6 and return
the remainder only.
:1" 7
10¡6Eb

³1

610

8

4remainder=4
dividend=10
divisor=6