micatutorial3.math package
Submodules
Module contents
- micatutorial3.math.compute_primes(n)[source]
Compute primes numbers from 1 to n.
- Parameters
n (int) – Try numbers from 1 to n.
- Returns
list – List of prime numbers in range [1, n]
Compute primes numbers from 1 to n.
n (int) – Try numbers from 1 to n.
list – List of prime numbers in range [1, n]