Post Reply 
(35S) spigot algorithm for the digits of PI
05-31-2015, 03:11 AM
Post: #3
RE: (HP-35s) spigot algorithm for the digits of \(\pi\)
Instead of 4 digits a time we can display 5 or 6 digits together.
For this the magic numbers have to be adjusted accordingly.

5 digits:
Code:
P003 5
P009 1E5
P012 17
P022 2E4

6 digits:
Code:
P003 6
P009 1E6
P012 21
P022 2E5

Make sure the GTO-commands still point to the correct lines after changing the program.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (HP-35s) spigot algorithm for the digits of \(\pi\) - Thomas Klemm - 05-31-2015 03:11 AM



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