algorithm_rs
0.1.0
In algorithm_rs::math::eratosthenes
?
Function
algorithm_rs
::
math
::
eratosthenes
::
eratosthenes_sieve
source
·
[
−
]
pub fn eratosthenes_sieve(n:
usize
) ->
Vec
<
bool
>