Function |
Where can I find it? |
What does it do? |
θ |
X,T,θ,n |
Simply the independent variable of a polar function. Make sure to put your
calculator in polar mode by pressing MODE+POL |
Input |
PRGM+I/O+1 |
Displays text then accepts input for a variable such as A. |
For( |
PRGM+4 |
Repeats the code between For( and End while setting the first variable to values
in the provided range. |
Y1 |
VARS+Y-VARS+1 |
Accesses the function labeled Y1. |
r1 |
VARS+Y-VARS+3 |
Accesses the function labeled r1. |
nDeriv( |
MATH+8 |
Approximates the derivative of a function at a value. |
fnInt( |
MATH+9 |
Approximates the antiderivative of a function at a value |
Disp |
PRGM+8 |
Displays a number or variable on the screen. |
→ |
STO> |
Stores a number or text inside of a variable. |