Talk:Gapful numbers

From Rosetta Code
Revision as of 21:47, 10 November 2019 by rosettacode>Gerard Schildberger (→‎missing output: added some comments.)

missing output

Both the Perl 6 (Raku) and Python examples are missing 10000003 from their output, which is 13 * 769231. --Chunes (talk) 13:10, 10 November 2019 (UTC)

Umm. Well you aren't wrong. Perhaps if I tested from 1e7 instead of the task required 1e6 and 1e9. I think what you really mean is: The REXX version is not testing the correct mandated range. --Thundergnat (talk) 13:22, 10 November 2019 (UTC)
I didn't even notice that. The REXX output and task requirements don't agree. This is what happens when Gerard doesn't mandate commas in the output! --Chunes (talk) 13:26, 10 November 2019 (UTC)
To spare Gerard's blushes, let's do 'em both (and 7123) :) --PureFox (talk) 18:17, 10 November 2019 (UTC)
Yuppers.   I was thinking about mandating commas in the output,   and that would've saved me the embarrassment of goofing up my own task.   The output was from an earlier draft of the,   er ... draft task,   and I forgot to update the program and output.   The original (draft) task had an additional set of requirements,   but I elected to drop those and save them for another upcoming Rosetta Code task.   In any case, thanks for spotting the errors in my program/output.   I was trying for ranges that did a wee bit of stress testing   (I had toyed with the idea of also mandating a trillion and also using American English names instead of a numeric one followed with a whole bunch of zeros),   but settled for these three simple ranges, albeit that my REXX program didn't use two of them.     (sigh)     -- Gerard Schildberger (talk) 21:46, 10 November 2019 (UTC)