Post Reply 
Inputting mixed numbers on HP50g
07-28-2014, 06:08 PM
Post: #14
RE: Inputting mixed numbers on HP50g
(07-24-2014 05:07 PM)bootlegend Wrote:  Hello,
<clip>
I just moved to the HP50g from the HP35s.
<clip> fractional numbers.
<clip> possible on the 50g?

Thanks.

here is what i use:

Code:
'RUN'

%%HP: T(3)A(D)F(.);
\<< 0 "THIS APP TOTALS THE
RESULTS TO THE In2Ft
CONVERSION. YOU MUST
ENTER # FEET OR 0 TO 
BEGIN OR IT WILL
ERROR.
1->           FT or 0" 3 DISP 2 FREEZE CST MENU
\>>

the above displays a little help and loads 'cst'

Code:
'CST'

%%HP: T(3)A(D)F(.);
{ { "IN" \<< 12. / + \>> } 
{ "/2" \<< 2. / 12. / + \>> } 
{ "/4" \<< 4. / 12. / + \>> } 
{ "/8" \<< 8. / 12. / + \>> } 
{ "/16" \<< 16. / 12. / + \>> } 
{ "/32" \<< 32. / 12. / + \>> } }

have fun : )
as before if u have any problems let me know.

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Inputting mixed numbers on HP50g - CosmicTruth - 07-28-2014 06:08 PM



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