106 Chapter 2: TI-83 Plus Specific Information
TI-83 Plus Developer Guide Third Release May 28, 2002
Routine Function
CYtoX FPS1/FPST^OP1/OP2
CXrootY FPS1/FPST^((OP1/OP2)^ negative 1)
CEtoX e^(OP1/OP2)
CTenX 10^(OP1/OP2)
CLN LN(OP1/OP2)
CLog log(OP1/OP2)
Table 2.22: Complex Math Power and Logarithmic Math Functions
Routine Function
CAbs OP1 = abs(OP1/OP2)
Conj Conj(OP1/OP2)
Angle OP1 = Angle(OP1/OP2)
CIntgr Intgr(OP1/OP2)
CTrunc integer part(OP1/OP2)
CFrac fractional part(OP1/OP2)
RToP (OP1/OP2) rectangular to polar
PToR (OP1/OP2) polar to rectangular
ATan2
OP1 — ATan2(OP1/OP2) where OP1 = imaginary part,
OP2 = real part of complex
ATan2Rad Same as ATan2 except force results to radian mode
Table 2.23: Complex Math Miscellaneous Math Functions