Gaussian primes: Difference between revisions

Content added Content deleted
(→‎{{header|ALGOL 68}}: Added libheader)
Line 43: Line 43:
# (sum of squares of the real and imaginary parts) is prime #
# (sum of squares of the real and imaginary parts) is prime #
# or one of the real/imaginary parts is zero and the other is #
# or one of the real/imaginary parts is zero and the other is #
# +/- a prime pf the form 4n + 3 #
# +/- a prime of the form 4n + 3 #


PR read "primes.incl.a68" PR # include prime utilities #
PR read "primes.incl.a68" PR # include prime utilities #