Primes: n*2^m+1: Difference between revisions

m
→‎{{header|PL/M}}: Reduce MAX$M to 14 as 30 is a bit ambitious for 16 bit arithmetic
(Added PL/M)
m (→‎{{header|PL/M}}: Reduce MAX$M to 14 as 30 is a bit ambitious for 16 bit arithmetic)
Line 500:
END;
 
DECLARE MAX$M LITERALLY '3014'; /* MAXIMUM M WE WILL CONSIDER */
 
/* FIND THE PRIMES */
3,028

edits