Post Reply 
Program takes in variable non exact.
07-18-2016, 07:31 AM (This post was last modified: 07-18-2016 07:32 AM by CH3791.)
Post: #3
RE: Program takes in variable non exact.
Hi Roadrunner, thanks once again for responding to one of my questions.

Your code does exactly what I want it to do, but I just can't seem to get it to work on my calc. This is as close as I could get to your code.

Code:
EXPORT Sunday(my_input)
BEGIN
  return exact(my_input);
END;

This returned an answer of 6683778/1371413 which is clearly a fractional representation of π+√(3). Thus, can you show me more exactly how to create a "CAS program".
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Program takes in variable non exact. - CH3791 - 07-18-2016 07:31 AM



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