2. Mathematics Commands
abs
arctan
cos
expn
int
log
log10
product
quotient
random
remainder
round
sin
sqrt
sum
3. Word & List Commands
first
last
butfirst
(bf)
butlast
(bl)
word
sentence
(se)
list
n
output the absolute value of its input.
n
output the arctangent of its input.
n
output the cosine of its input.
n
calculate the natural base e (2.71828...) raised to
the power specified by its input.
n
output the integer portion of its input by
removing the decimal portion, if any.
No rounding occurs.
n
output the natural logarithm of its input.
n
output the base 10 logarithm of its input.
m n
output the product of its inputs. PRODUCT expects
two inputs, but will accept more if it and all its
inputs are enclosed in parentheses.
m n
output the result of dividing the first input by the
second input.
n
output a randomly selected number from 0
through its input.
m n
output an integer which is the remainder of
dividing the first input by the second.
n
output the number rounded to the nearest
integer.
n
output the sine of its input.
n
output the square root of its input.
m n
output the result of adding its inputs. SUM expects
two inputs, but will accept more if it and its inputs
are enclosed in parentheses.
n
output the first element of its input.
n
output the last element of its input.
n
output all but the first element of its input
n
output all but the last element of its input
m n
output a word made up of its inputs. WORD
expects two inputs, but will accept more if it and
its inputs are enclosed in parentheses.
m n
output a list made up of its inputs. SENTENCE
expects two inputs, but will accept more if it and
its inputs are enclosed in parentheses.
m n
output a list composed of its inputs. LIST expects
two inputs, but can accept more if it and its inputs
are enclosed in parentheses.
29
Need help?
Do you have a question about the Power Zone Plus Desktop and is the answer not in the manual?