User Guide

32 Commands and Functions Listing
DrawInv
DrawInvexpression[,color#]
Draws the inverse of expression by plotting X values on the y-axis and Y
values on the x-axis with specified
Color#: 10 - 24 or color name pasted from [vars] COLOR.
y <
DRAW
8:DrawInv
DS<(
DS<(variable,value):commandA:commands
Decrements variable by 1; skips commandA if variable < value.
¼
CTL
B:DS<(
E
e
e
Returns decimal approximation of the constant e.
y [e]
e^(
e^(power)
Returns e raised to power.
y J
e^(
e^(list)
Returns a list of e raised to a list of powers.
y J
â
Exponent:
valueâexponent
Returns value times 10 to the exponent.
y D
â
Exponent:
listâexponent
Returns list elements times 10 to the exponent.
y D