Skip to content

Commit

Permalink
std/math/big: minor documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Dec 3, 2024
1 parent ff1c1b7 commit 577b2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/math/big/worddiv.jule
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ fn divLargeW(mut &z: []Word, mut &u: []Word, uIn: []Word, vIn: []Word) {

// Scale the inputs so vIn's top bit is 1 (see “Scaling Inputs” above).
// vIn is treated as a read-only input (it may be in use by another
// goroutine), so we must make a copy.
// thread), so we must make a copy.
// uIn is copied to u.
shift := nlz(vIn[n-1])
mut v := getW(n)
Expand Down

0 comments on commit 577b2bf

Please sign in to comment.