(49G) Infinite Precision Integer to Infinite Precision Hexadecimal String & Back
|
06-03-2015, 05:22 PM
(This post was last modified: 06-15-2017 01:45 PM by Gene.)
Post: #1
|
|||
|
|||
(49G) Infinite Precision Integer to Infinite Precision Hexadecimal String & Back
The programme takes an integer from the stack & returns a hexadecimal string of the same value.
eg For 88^88 otherwise known as 1301592834942972055182648307417315364538725075960067827915311484722452340966317215805106820959190833309704934346517741237438752456673499160125624414995891111204155079786496 the programme returns # 0h Well that's how it's displayed, as internally it's HXS 00090 00000000000000000000000000000000000000000000000000000000000000000012963E64070DC5067631DBD7DFC91FF0C596AB955B4B773D6D0FE8343051A0A7DE54C9933E8510 & all the lowest hex values are zero. However if you apply ->H to the result you will see how the number is stored internally, so it is really there. Given this result as input the programme returns the original integer. Code: :: |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)