Modular exponentiation: Difference between revisions

Content deleted Content added
Added Prolog Solution
Petelomax (talk | contribs)
m Phix/mpfr
Line 1,046: Line 1,046:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|mpfr}}
{{libheader|Phix/mpfr}}
Already builtin as mpz_powm, but here is an explicit version
Already builtin as mpz_powm, but here is an explicit version
<lang Phix>include mpfr.e
<lang Phix>include mpfr.e