Description Usage Arguments Value
Finds prime numbers in a range of integers.
1 | primes_in(x, y)
|
X |
a positive integer (or 0) |
Y |
a positive integer, higher than or equal to X. |
a list of the primes that are found between (and including) numbers X to Y. primes_in(1, 20) primes_in(5, 40)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.