How to Switch Between Degree and Radian Mode on the TI-84 Evo

The TI-84 Evo does its trig in radians until you tell it otherwise, and the status bar at the top of the screen always shows which mode you're in. Switching takes about five seconds.

Switch to degree mode

The setting lives behind the mode key, next to 2nd:

TI-84 Evo keyboard with the mode key highlighted, next to the 2nd key
  1. Press mode. The mode menu opens, with each row's active setting shown in a dark box (the bright blue highlight is just the cursor).
    The TI-84 Evo mode menu with the angle settings row showing RADIAN, DEGREE, and GRADIAN
  2. Arrow to DEGREE on the row that reads RADIAN DEGREE GRADIAN and press enter. The status bar switches to DEGREE right away.
    The TI-84 Evo mode menu with DEGREE selected and the status bar showing DEGREE
  3. Press clear to get back to the home screen.

Switching back is the same trip: mode, arrow to RADIAN, enter, clear.

What actually changes

The angle mode decides how sin, cos, and tan read their input. Same keystrokes, both modes: sin(30) is -0.9880316241 in radian mode and ½ in degree mode.

The TI-84 Evo showing sin(30) = -0.9880316241 in radian mode and sin(30) = 1/2 in degree mode

Answers like ½ come back as fractions; the answer toggle key flips them to decimals (covered in our fractions tutorial).

Use degrees for one calculation without switching

If you'd rather stay in radian mode, you can mark a single angle as degrees. Type the angle, then press 2nd and the fraction key (it has angle printed above it). Option 1 is the degree symbol; press enter to paste it.

The TI-84 Evo angle menu with option 1, the degree symbol, highlighted

The ° overrides the mode for just that number, so sin(30°) gives 0.5 with RADIAN still in the status bar:

The TI-84 Evo in radian mode showing sin(30ยฐ) = 0.5 thanks to the degree symbol

Good to know

  • You don't have to close parentheses. sin(30 then enter works exactly like sin(30), which is why our screenshots leave them open. Close a parenthesis only when more follows it, like sin(30)+1.
  • GRADIAN is the third option you'll probably never need (100 gradians to a right angle). If your status bar ever says it, now you know where to fix it.
  • The mode only affects angle functions like sin, cos, and tan. Regular arithmetic doesn't care.
  • Resetting the calculator puts it back in radian mode, the default. If your trig answers change after a reset, check the status bar first.