Re: TIB: dec>frac


[Prev][Next][Index][Thread]

Re: TIB: dec>frac




I'm not sure what you are asking, but will this help?

Outpt(1,1,A>Frac)

At 02:20 AM 12/12/98 EST, you wrote:
><< 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 >>
>
>
>
------------------------------------------
Jeff Glover
jglover@geocities.com
http://jglover.home.ml.org


Follow-Ups: References: