lprimes-from ( n -- list )


Vocabulary
math.primes.lists

Inputs
nan integer


Outputs
lista lazy list


Word description
Return a sorted list containing all the prime numbers greater or equal to n.

Definition