User Guide

remainder(
remainder(list, divisor)
Reports the remainder as a whole number from a division of two lists
where the divisor is not zero.
»
NUM
0:remainder(
remainder(
remainder(dividend, list)
Reports the remainder as a whole number from a division of two whole
numbers where the divisor is a list.
»
NUM
0:remainder(
remainder(
remainder(list, list)
Reports the remainder as a whole number from a division of two lists.
»
NUM
0:remainder
(
Repeat
Repeatcondition:commands:End:commands
Executes commands until condition is true.
¼
CTL
6:Repeat
Return
Return
Returns to the calling program.
¼
CTL
E:Return
round(
round(value[,#decimals])
Returns a number, expression, list, or matrix rounded to #decimals ( 9).
»
NUM
2:round(
ärow(
ärow(value,matrix,row)
Returns a matrix with row of matrix multiplied by value and stored in
row.
y >
MATH
E: ä row(
Commands and Functions Listing 67