316 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 316 of 36
+
¦
See Plot1: xyLine, Scatter, and Modified Box Plot: mark
PersonIcon (Î)
TreeIcon (Ç)
DollarIcon (È)
FaceIcon (É)
PieIcon (Ï)
DiamondIcon (Ë)
StarIcon (Ì)
See Plot1: Pictograph: typeIcons
value-1
Returns the inverse, x , of value, which is the
equivalent of its reciprocal, 1/x, of a real number,
expression, or each element in a list.
In b/c mode:
2
3M1 b3
2
value2
6
Finds the square of value. value can be a real number,
expression, or list.
{1,2,3}ÜL1 b{1 2 3}
L1 b{1 4 9}
value^power
7
Raises value to any power. value and power can be
real numbers, expressions, or lists. power is limited
by mathematical rules.
4^4 b256
M
a
Negates a number, expression, or each element in a
list. Note: This is different from the subtraction key
(T).
M14-68 bM82
M(4 ) bM16
(M4) b16
M{1,2,3} b{M1 M2 M3}
10^(x)
10^(list)
1LOG
Raises 10 to the power of x, where x is an integer or a
list of integers. If xM4 and 10 , then the result is
displayed in scientific notation.
10^(4)
b1000
10^(
M4) b1©M4
10^({1,2,3})
b
{10 100 1000