mirror of
https://github.com/golang/go
synced 2024-11-18 14:54:40 -07:00
math/big: replace dead link in a comment with link to an archive.org copy
Happy to use another service if web.archive.org isn't suitable.
Note: the original page redirects and then links to some nsfw content.
Change-Id: Ie93ca0c6aad871881f35b7e5609b96da5c14cfc0
GitHub-Last-Rev: ced5a97eb5
GitHub-Pull-Request: golang/go#54857
Reviewed-on: https://go-review.googlesource.com/c/go/+/428236
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Keith Randall <khr@google.com>
This commit is contained in:
parent
60ef4b2c1e
commit
9363f356bd
@ -141,7 +141,7 @@ NextRandom:
|
||||
//
|
||||
// Jacobsen, "Pseudoprime Statistics, Tables, and Data", http://ntheory.org/pseudoprimes.html.
|
||||
//
|
||||
// Nicely, "The Baillie-PSW Primality Test", http://www.trnicely.net/misc/bpsw.html.
|
||||
// Nicely, "The Baillie-PSW Primality Test", https://web.archive.org/web/20191121062007/http://www.trnicely.net/misc/bpsw.html.
|
||||
// (Note that Nicely's definition of the "extra strong" test gives the wrong Jacobi condition,
|
||||
// as pointed out by Jacobsen.)
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user