Skip to content

Commit

Permalink
Add code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Sep 15, 2024
1 parent a413580 commit acc6fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/num/biguint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ impl BigUint {
}

pub(crate) fn to_words<I: Interrupt>(&self, int: &I) -> FResult<String> {
// it would be nice to implement https://www.mrob.com/pub/math/largenum.html at some point
let num = self
.format(
&FormatOptions {
Expand Down

0 comments on commit acc6fd8

Please sign in to comment.