September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,10 +1,10 @@
|
|||
prec = get_bigfloat_precision()
|
||||
prec = precision(BigFloat)
|
||||
spi = ""
|
||||
digit = 1
|
||||
while true
|
||||
if digit > length(spi) - 6
|
||||
prec *= 2
|
||||
set_bigfloat_precision(prec)
|
||||
setprecision(prec)
|
||||
spi = string(big(π))
|
||||
end
|
||||
print(spi[digit])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue