Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Dec 27, 2023
1 parent 9799135 commit 9d46a6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/src/num/continued_fraction.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// None of this code is currently used. See bigrat.rs and real.rs for the
// current implementation.

// Notes:
// https://perl.plover.com/classes/cftalk/INFO/gosper.html
// https://crypto.stanford.edu/pbc/notes/contfrac/nonsimple.html

use crate::error::FendError;
use crate::format::Format;
use crate::interrupt::Never;
Expand Down

0 comments on commit 9d46a6f

Please sign in to comment.