Skip to content

miller rabin composite

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

Returns true if argument is composite, determined as an exception to the Miller Rabin lemma.

Parameter Description
n integer

Example

> (miller-rabin-composite? 178)
#t
Clone this wiki locally