Post Reply 
Calling a Program from Home Page. What's Wrong
12-10-2014, 04:29 PM (This post was last modified: 12-10-2014 04:32 PM by CR Haeger.)
Post: #4
RE: Calling a Program from Home Page. What's Wrong
Congrats on starting to program the Prime! If you are after short programs/scripts, consider creating it in CAS.

P2RN(a,d):=approx(d*cos(a))

Which will show up in Vars/CAS/Program. Now, in:

CAS: P2RN(45,100) gives 70.71
Home: P2RN(45,100) gives "
Home (RPN): 45 100 P2RN(2) gives "

I used approx() as I assume you dont want symbolic exact answers. Have fun.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Calling a Program from Home Page. What's Wrong - CR Haeger - 12-10-2014 04:29 PM



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