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

Returns true if argument has a very high probability of being prime.

Parameter Description
n integer

Example

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