Translating...
This commit is contained in:
parent
11d367146a
commit
b1b41205b6
BIN
mtproto.php
BIN
mtproto.php
Binary file not shown.
@ -72,7 +72,6 @@ function primesbelow($N) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ([2, 3] + array_map(function ($i, $sieve) { if($sieve[$i]) return (3 * $i + 1) | 1; }, pyjslib_range(1, (($N / 3) - $correction)), $sieve));
|
return ([2, 3] + array_map(function ($i, $sieve) { if($sieve[$i]) return (3 * $i + 1) | 1; }, pyjslib_range(1, (($N / 3) - $correction)), $sieve));
|
||||||
|
|
||||||
}
|
}
|
||||||
$smallprimeset = array_unique(primesbelow(100000));
|
$smallprimeset = array_unique(primesbelow(100000));
|
||||||
$_smallprimeset = 100000;
|
$_smallprimeset = 100000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user