Appendix A: Function and Instruction Reference 317
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 317 of 36
(value)
-z
Calculates the square root of value, which can be a
positive real number, an expression that results in a
positive real number, or a list of positive numbers.
(16) b4
valueA¦valueB
valueAàvalueB
valueA+valueB
valueANvalueB
MF\T
Returns the product (I), quotient (F), sum (\) or
difference (T) of valueA and valueB, which can be
real numbers, expressions, or lists.
If both values 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 is returned.
{1,4,8}ÜL1 b{1 4 8}
4¦L1 b{4 16 32}
{2,4,8}à{2,2,2} b{1 2 4}
M456N123 bM579
In Autosimp mode:
2
3 ¦ 3
4 b1
2
In A
§b/c mode:
4 + 1
2 b41
2
{
-t
Signifies the beginning of a list.
{"A","B","C"}
ÜL3
{"A" "B" "C"
}
(
D
Designates a 1st priority calculation or implies
multiplication.
4(3) b12
(4+4)6P8 b6
4+4(6P8) b7
}
-t
Signifies the end of a list.
{"A","B","C"}
ÜL3
{"A" "B" "C"
}
)
E
Designates a 1st priority calculation, implies
multiplication, or completes functions and
instructions.
4(3) b12
(4+4)6P8 b6
4+4(6P8) b7
log(10) b1
,
¡
Separates list elements when entering them outside of
the List editor, and separates function/programming
command arguments.
{"A","B","C"}
ÜL3
{"A" "B" "C"
}
Circle(0,0,7)
b
'
-uANGLE
Specifies the minutes in DMS angle notation.
In Radian mode:
50¡0'0" b.872664626