102 Chapter 2: TI-83 Plus Specific Information
TI-83 Plus Developer Guide Third Release May 28, 2002
Utility Routines
The following is information on the floating-point, complex number, and other math
routines.
Floating-Point Math
• All of the floating-point math routine arguments are input in OP1 or OP1/OP2, and
output in OP1, unless noted below.
• Errors can be generated by the math routines. See the Error Handlers section.
• All of the inputs to these routines are floating-point numbers.
• See the System Routine Documentation, entry points UnOPExec and BinOPExec
to access this functionality with arguments other than floating-point numbers.
Routine Function
FPAdd OP1 plus OP2
FPSub OP1 minus OP2
FPRecip 1 divided by OP1
FPMult OP1 times OP2
FPDiv OP1 divided by OP2
FPSquare OP1 times OP1
SqRoot Square (OP1)
Plus1 OP1 plus 1
Minus1 OP1 minus 1
InvSub OP2 minus OP1
Times2 OP1 plus OP1
TimesPt5 OP1 times .5
AbsO1PAbsO2 |OP1| plus |OP2|
Factorial (OP1)!
Table 2.17: Floating-Point Basic Math Functions