Skip to content
Chris Petersen edited this page Oct 21, 2015 · 1 revision

Returns the nth prime, with 2 being the 0th prime.

Parameter Description
n integer

Example

> (nth-prime 5)
13
Clone this wiki locally