Prime
returns the
n
th prime number.
See
Examples
Note that the first prime is 2, not 1:
When given a list of integers, a list is returned:
Implementation status
- ☑ - partially implemented
returns the
n
th prime number.
See
Note that the first prime is 2, not 1:
When given a list of integers, a list is returned: