Sum multiples of 3 and 5: Difference between revisions

Content added Content deleted
(Added Wren)
m (Phix/mpfr)
Line 2,540: Line 2,540:
===gmp===
===gmp===
{{trans|C}}
{{trans|C}}
{{libheader|mpfr}}
{{libheader|Phix/mpfr}}
Fast analytical version with arbitrary precision
Fast analytical version with arbitrary precision
<lang Phix>include mpfr.e
<lang Phix>include mpfr.e