User Guide

min(
Returns smaller of valueA and valueB.
NUM
6:min(
min(
min(list)
Returns smallest real or complex element in list.
y 9
MATH
1:min(
min(
min(listA,listB)
Returns real or complex list of the smaller of each pair of elements in
listA and listB.
y 9
MATH
1:min(
min(
min(value,list)
Returns a real or complex list of the smaller of value or each list element.
y 9
MATH
1:min(
ModBoxplot
ModBoxplot Plot#(type,Xlist,[,freqlist,color#])
Used as the "type" argument in the command.
Where # gives Plot1, Plot2 or Plot3.
y
,
TYPE
N
nCr
valueA nCr valueB
Returns the number of combinations of valueA taken valueB at a time.
»
PRB
3:nCr
Commands and Functions Listing 53