! See http://factorcode.org/license.txt for BSD license.
USING:help.markuphelp.syntaxkernel;
IN:math.primes.lucas-lehmer
HELP:lucas-lehmer
{ $values
{ "p""a prime number" }
{ "?""a boolean" }
}
{ $description "Runs the Lucas-Lehmer test on the prime " { $snippet "p" } " and returns " { $link t } " if " { $snippet "(2 ^ p) - 1" } " is prime." }
"The " { $vocab-link "math.primes.lucas-lehmer" } " vocabulary tests numbers of the form " { $snippet "(2 ^ p) - 1" } " for primality, where " { $snippet "p" } " is prime." $nl