Re: TIB: dec>frac
[Prev][Next][Index][Thread]
Re: TIB: dec>frac
All I know is that you can only use the >FRAC thingy to display A is by using
just A>FRAC with no Disp. This will display the fraction, if it can be done,
one line down and to the left. I can't really think of anything that works
right now. Hope this helps, though it probably didn't.
Dan
In a message dated 12/11/98 8:49:28 PM Mountain Standard Time,
vasquezjara@earthlink.net writes:
<< One quick question;
the following code will work just fine:
:.25->A
:Disp A>Frac
Make the code cleaner, add some Input commands instead of
telling the calc outright what A is, and you can get
:Input A "Enter A:",A
{whatever following code}
:Disp A>Frac
The whole purpose of that was to make A a fraction in case
it is not whole number. While this works fine as it is
(actually, it doesn't work fine enough for me), I need
something more flexible. How can I use Outpt( to display a
fraction from a variable entered as a decimal? How do I
change a decimal form A, into a fractional form A, and use
Outpt( with it?
Many thanks to whoever helps me with this;
Jean Vásquez >>
Follow-Ups: