provable prime - part-cw/lambdanative GitHub Wiki

(provable-prime? n)

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