Post Reply 
Getting 'N/D' to eval as a fraction not a decimal
03-10-2015, 03:46 AM
Post: #8
RE: Getting 'N/D' to eval as a fraction not a decimal
I would probably use the same approach as in the QPI program:

frac:="'" + N + "/" + D + "'";
expr(frac);

In home view an exact fraction is a symbolic object much like that of the HP48 series. You can manually type in such fractions using the tic marks. The code snippet just mimics that.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Getting 'N/D' to eval as a fraction not a decimal - Han - 03-10-2015 03:46 AM



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