Skip to content

Commit 5582176

Browse files
authored
Update dead link
1 parent 83bcb5e commit 5582176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ where
13021302
F: FloatCore + NumCast,
13031303
{
13041304
// Continued fractions algorithm
1305-
// http://mathforum.org/dr.math/faq/faq.fractions.html#decfrac
1305+
// https://web.archive.org/web/20200629111319/http://mathforum.org:80/dr.math/faq/faq.fractions.html#decfrac
13061306

13071307
if val < F::zero() || val.is_nan() {
13081308
return None;

0 commit comments

Comments
 (0)