306 Appendix A: Function and Instruction Reference
73A-ENG.DOC AppxA: Function/Instruction Reference, English Julie Hewlett Revised: 07/29/98 1:10 PM Printed:
05/19/99 9:03 AM Page 306 of 36
sinL1(value)
-uTRIG
Returns the arcsine of a real number, expression, or
each element of a list. M1value 1. Results are
determined by the Angle mode setting (Degree or
Radian).
In Degree mode:
sin (1) b90
sin ({1,.5,0))
b
{90 30 60}
In Radian mode:
sin (1) b 1.570796327
sin ({1,.5,0))
b
{.5235987756 0 1.570796327}
SingleConst
-†
Selects the Single mode (affects the Set Constant
editor). Allows the user to access only one defined
constant at a time.
SortA(list)
SortA(indpntlist,dependlist1,dependlist2,)
-vOPS
Sorts list elements from lowest to highest value
(ascending order) and categorical lists alphabetically.
When using dependent lists, dependlist, the calculator
sorts indpndtlist first, and then sorts all dependlists
by placing their elements in the same order as their
corresponding elements in the independent list.
{5,8,M4,0, M6}ÜL1 b
{5 8 M4 0 M6}
SortA (L
1) bDone
L1 b{M6 M4 0 5 8}
{"E","A","Z"}ÜL2 b
{"E" "A" " Z"}
SortA (L
2) bDone
L2 b{"A" "E" "Z"}
SortD(list)
SortD(indpntlist,dependlist1,dependlist2,)
-vOPS
Sorts list elements from highest to lowest value
(descending order) and categorical lists in reverse
alphabetical order.
When using dependent lists, dependlist, the calculator
sorts indpndtlist first, and then sorts all dependlists
by placing their elements in the same order as their
corresponding elements in the independent list.
{5,8,L4,0d,L6}ÜL1 b
{5 8 L4 0 L6}
SortD (L
1) bDone
L1 b{8 5 0 L4 L6}
{"E","A","Z"}ÜL2 b
{"E" "A" " Z"}
SortD(L
2) bDone
L2 b{"Z" "E" "A"}
stdDev(list[,freq,type])
-vMATH
Returns the standard deviation of list. If a second list,
freq, is specified, it is interpreted as the frequency of
the elements in the first list. list and freq must have
the same number of elements.
type=0 (population standard deviation) or 1 (sample
population deviation). If type is not specified, the
calculator returns sample population deviation.
{1,2,8,10,11,21}
ÜL1 b
{1 2 8 10 11 21
}
stdDev(L
1) b
7.250287351