Skip to content

Commit 1c74b86

Browse files
committed
Assume Miller-Rabin certainty on composites
Pointed out by Martin D Kealey.
1 parent 5277fef commit 1c74b86

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

S32-setting-library/Numeric.pod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ DRAFT: Synopsis 32: Setting Library - Numeric
2020

2121
Created: 19 Mar 2009 extracted from S29-functions.pod
2222

23-
Last Modified: 19 Sept 2012
24-
Version: 15
23+
Last Modified: 20 Sept 2012
24+
Version: 16
2525

2626
The document is a draft.
2727

@@ -496,8 +496,7 @@ prime based on a probabalistic Miller-Rabin test. (The optional
496496
argument tells how many times to iterate the probabalistic test,
497497
if such is necessary.)
498498

499-
Returns False if C<$x> is known not to be a prime, or is unlikely to
500-
be a prime after probabalistic testing.
499+
Returns False if C<$x> is known not to be a prime.
501500

502501
=back
503502

0 commit comments

Comments
 (0)