Tables and Reference Information A-11
Negation: ëvalue Returns the negative of
value. (F) ·
2-6
Negation: ëlist Returns a list with each
list element negated. (F) ·
2-6
NORMAL Sets normal display mode.
(I) 3
áNORMALâ1-10
Not Equal: valueAƒvalueB Returns 1 if valueA ƒ
valueB. Returns 0 if
valueA = valueB. (F)
2 D
áƒâ
2-16
Not Equal: listAƒlistB Applies the ƒ test to each
element of listA and listB
and returns a list. (F)
2 D
áƒâ
2-16
Not Equal: listƒvalue or
valueƒlist
Applies the ƒ test to each
element of list and value
and returns a list. (F)
2 D
áƒâ
2-16
valueA nPr valueB Returns a list of the
permutations of valueA
(integer 0) taken valueB
(integer 0) at a time. (F)
I PRB
ánPrâ
2-13
value nPr list Returns a list of the
permutations of value
(integer 0) taken each
element in list (integer
0) at a time. (F)
I PRB
ánPrâ
2-13
list nPr value Returns a list of the
permutations of each
element (integer 0) in list
taken value (integer 0)
at a time. (F)
I PRB
ánPrâ
2-13
listA nPr listB Returns a list of the
permutations of each
element (integer 0) in
listA taken each element
in listB (integer 0) at a
time. (F)
I PRB
ánPrâ
2-13
1-VAR STATS listname Performs one-variable
analysis using listname
and a frequency of 1. (I)
A CALC
á1-VAR STATSâ
9-15
1-VAR STATS Xlistname,
freqlistname
Performs one-variable
analysis using Xlistname
and frequency
f
reqlistname. (I)
A CALC
á1-VAR STATSâ
9-15
PARAM Sets parametric graphing
mode.
3
áPARAMâ1-11