Post Reply 
(49G) Convert Integer from Integer Base A to Integer Base B
07-15-2022, 01:09 PM (This post was last modified: 10-02-2022 08:31 PM by John Keith.)
Post: #2
RE: HP 49G: Convert Integer from Integer Base A to Integer Base B
Very nice program, thanks for posting.

It could be used on older calculators for numbers < 10^12 if IDIV2 is replaced by DUP2 / FLOOR ROT ROT MOD.

For users of the ListExt Library, a much shorter equivalent:

Code:

\<< UNROT BL\->I SWAP I\->BL
\>>
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 49G: Convert Integer from Integer Base A to Integer Base B - John Keith - 07-15-2022 01:09 PM



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