Primes which contain only one odd digit: Difference between revisions

m
→‎stretch: all prior digits even comment
m (→‎{{header|jq}}: fix markdown)
m (→‎stretch: all prior digits even comment)
Line 574:
</pre>
=== stretch ===
Fast skip from 11 direct to 20+, from 101 direct to 200+, etc. Around forty times faster than the above would be, but less than twice as fast as it would be without such skipping.<br>
Of course the last digit must/will be odd for all primes (other than 2 which has no odd digit anyway), and ''all'' digits prior to that must be even, eg 223 or 241, and not 257 or 743.
<!--<lang Phix>(phixonline)-->
<span style="color: #008080;">with</span> <span style="color: #008080;">javascript_semantics</span>
7,794

edits