Post Reply 
Program for converting degrees to radians and vise versa (HP Prime)
04-07-2022, 12:36 PM
Post: #7
RE: Program for converting degrees to radians and vise versa (HP Prime)
(04-05-2022 04:42 PM)IsaiahG0701 Wrote:  Would I be able to have this simplified into 2pi/9

Not with the programs above, but this:

Code:
EXPORT radexact(D)
BEGIN
 CAS(EVAL("exact("+(D/π)+")"))*CAS(π);
END;

program does do what you want.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Program for converting degrees to radians and vise versa (HP Prime) - roadrunner - 04-07-2022 12:36 PM



User(s) browsing this thread: 1 Guest(s)