Tables and Reference Information A-15
REMAINDER(list,
value)
Returns a list of
remainders from the
division of each element
in list by value.
I NUM
áREMAINDER(â
2-11
REMAINDER(listA,
listB)
Returns a list of
remainders from the
division of each element
in listA by the each
element in listB.
I NUM
áREMAINDER(â
2-11
Return Returns to the calling
program. (I) K CTL
áRETURNâ10-10
nthrootxvalue Returns nthroot of value.
(F) I MATH
áx‡â 2-8
nthrootxlist Returns a list of nthroot
for each list element. (F) I MATH
áxâ2-8
listxvalue Returns list roots of
value. (F) I MATH
áxâ2-8
listAxlistB Returns a list of listA
roots of listB. (F) I MATH
áxâ2-8
ROUND(value)Returns value rounded to
10 digits. (F) I NUM
áROUND(â2-10
ROUND(value,#decimals)Returns value rounded to
#decimals ( 9). (F) I NUM
áROUND(â2-10
ROUND(list)Returns list elements
rounded to 10 digits. (F) I NUM
áROUND(â2-10
ROUND(list,#decimals)Returns list elements
rounded to #decimals
( 9). (F)
I NUM
áROUND(â
2-10
R8Pr(X,Y)Returns the polar
coordinate r, given the
rectangular coordinates X
and Y. (F)
2 E
áR4Pq(â
2-15
R8Pr(Xlist,Y)Returns a list of r
coordinates, given the X
coordinates in Xlist and a
single Y coordinate. (F)
2 E
áR4Pq(â
2-15
R8Pr(X,Ylist)Returns a list of r
coordinates, given a single
X
coordinate and the Y
coordinates in Ylist. (F)
2 E
áR4Pq(â
2-15