We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bcb5e commit 5582176Copy full SHA for 5582176
src/lib.rs
@@ -1302,7 +1302,7 @@ where
1302
F: FloatCore + NumCast,
1303
{
1304
// Continued fractions algorithm
1305
- // http://mathforum.org/dr.math/faq/faq.fractions.html#decfrac
+ // https://web.archive.org/web/20200629111319/http://mathforum.org:80/dr.math/faq/faq.fractions.html#decfrac
1306
1307
if val < F::zero() || val.is_nan() {
1308
return None;
0 commit comments