Description Usage Arguments Value Examples
Function to generate all primes larger than an integer n1 (lower limit) and less than any other integer n2 (upper limit)
1 | primest(n1 = 1, n2)
|
n1 |
An integer taken to be 1 as the default |
n2 |
Any integer n2 |
Generates all prime numbers with the above constraints
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.