Integer sequence: Difference between revisions

Content added Content deleted
m (Phix/mpfr)
Line 1,676: Line 1,676:
a += 1
a += 1
end while</lang>
end while</lang>
{{libheader|mpfr}}
{{libheader|Phix/mpfr}}
This will probably carry on until the number has over 300 million digits (32-bit, you can
This will probably carry on until the number has over 300 million digits (32-bit, you can
square that on 64-bit) which would probably take zillions of times longer than the
square that on 64-bit) which would probably take zillions of times longer than the