Skip to content

Commit e0f97ff

Browse files
bors[bot]Enyium
andauthored
Merge #112
112: Update dead link r=cuviper a=Enyium Co-authored-by: Enyium <123484196+Enyium@users.noreply.github.com>
2 parents 83bcb5e + 5582176 commit e0f97ff

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)