probable prime - part-cw/lambdanative GitHub Wiki
(probable-prime? n)
Returns true if argument has a very high probability of being prime.
Parameter | Description |
---|---|
n | integer |
Example
> (probable-prime? 127)
#t
Returns true if argument has a very high probability of being prime.
Parameter | Description |
---|---|
n | integer |
> (probable-prime? 127)
#t