Talk:Unprimeable numbers

From Rosetta Code
Revision as of 05:21, 2 January 2020 by rosettacode>Gerard Schildberger (changed bold-face to section headers.)

First 25 or 35?

Gerard, I notice that the task asks for the first 25 unprimeable numbers but Thundergnat and yourself have produced the first 35. I've assumed the latter is correct. --PureFox (talk) 18:30, 1 December 2019 (UTC)

Yes, I will change it ASAP.     -- Gerard Schildberger (talk) 18:55, 1 December 2019 (UTC)


off-by-one or output limited in REXX?

The REXX output example only shows the 34 first unprimes compared. Ends with 848 instead of the 890 the other examples output. Zino (talk) 03:34, 2 January 2020 (UTC)

Yuppers, I found the problem in the program, it was an incorrect comparison operator.   The program has been fixed, and the output updated.   Thanks for finding the omission.     -- Gerard Schildberger (talk) 05:16, 2 January 2020 (UTC)