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

Returns true if argument is definitely prime. This may take an impossibly long time for large arguments.

Parameter Description
n integer

Example

> (provable-prime? 127)
#t
Clone this wiki locally