Re: Deg-Rad
[Prev][Next][Index][Thread]
Re: Deg-Rad
>Hi, I need some help here: I'm trying to make a program that converts a
>desired value of degrees into radians, however every time I try to use the
>">Frac" command in the program, I get a syntax error. Any ideas??
Here's a program that converts although I'm not sure why you need the Frac
command.
0->D
Input "Enter degrees: ",D
D*pi/180->R
R~Frac->R
Disp R,"Radians"
pi is the Pi symbol and ~ is the right arrowhead that comes along with Frac.
Tom Lake
Follow-Ups:
References:
- Deg-Rad
- From: Ricardo Navarro <Fb4459@AOL.COM>