Post Reply 
Program takes in variable non exact.
07-17-2016, 06:29 PM
Post: #2
RE: Program takes in variable non exact.
Have you considered a CAS program? An example:

Code:
#cas
Saturday(param):=
BEGIN
 return exact(param);
END;
#end

Saturday(π+√(3)) returns π+√(3) in home and CAS
Saturday(0.3) returns 3/10 in home and CAS
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. - roadrunner - 07-17-2016 06:29 PM



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