Help for this page

Select Code to Download


  1. or download this
    for ( my $y = $large_prime_found; $y <= $num;) {
    
  2. or download this
    for ( my $y = $large_prime_found; $y <= $num ** .5;) {
    
  3. or download this
    for ( my $y = $large_prime_found; $y <= $max;) {