digit error in text files, equivalent to -s 7599
A set of programs and webservices for producing the value of pi in hex
Status: Beta
Brought to you by:
mittra
This time, I believe the c-program, but the text file disagrees
C:>pi-in-hex.exe -s 7590 -n 20
CBD50ADA380339C32AC6
^
C:>pi-in-hex.exe -s 7591 -n 20
BD50ADA380339C32AC69
^
C:>pi-in-hex.exe -s 7592 -n 20
D50ADA380339C32AC691
^
C:>pi-in-hex.exe -s 7593 -n 20
50ADA380339C32AC6913
^
C:>pi-in-hex.exe -s 7594 -n 20
0ADA380339C32AC69136
^
C:>pi-in-hex.exe -s 7595 -n 20
ADA380339C32AC691366
^
C:>pi-in-hex.exe -s 7596 -n 20
DA380339C32AC6913667
^
C:>pi-in-hex.exe -s 7597 -n 20
A380339C32AC69136678
^
C:>pi-in-hex.exe -s 7598 -n 20
380339C32AC69136678D
^
C:>pi-in-hex.exe -s 7599 -n 20
80339C32AC69136678DF
^
The digit "8" stays consistent for -s 7599 as you approach it
However, your text files disagree, calling that digit 7:
C:>head --bytes=7610 pi-hex.1000000.txt | tail --bytes=20
CBD50ADA370339C32AC6
^
C:>head --bytes=7610 pi-hex.62500.txt | tail --bytes=20
CBD50ADA370339C32AC6
^