TI-BASIC/RTD.ti

9 lines
103 B
Text
Raw Normal View History

2024-01-09 03:40:12 +01:00
PROGRAM:RTD
Disp "CONVERT RADIANS TO DEGREES"
Disp ""
Pause
Disp "RADIANS"
Input R
R*180/pi->D
Disp D