Appendix A: System Routines — Status Line
961
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
ST_angle
Declaration:
void
ST_angle
(UINT
indic
)
Category(ies):
Status Line
Description:
Sets the angle status line indicator.
Inputs:
indic
— ST_RAD, set status angle display to “RAD”.
ST_DEG, set status angle display to “DEG”.
Outputs:
None
Assumptions:
This routine does not set or change the angle mode setting — it only
updates the status line display. Use
MO_digestOptions
to change the
angle mode setting and the angle status indicator will be updated
automatically.
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also: MO_digestOptions
Example:
ST_angle(ST_RAD);