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.
tranform
transform
1 parent ecf94ee commit 328e53bCopy full SHA for 328e53b
1 file changed
vlib/math/big/special_array_ops.v
@@ -17,7 +17,7 @@ fn shrink_tail_zeros(mut a []u32) {
17
// suppose operand_a bigger than operand_b and both not null.
18
// Both quotient and remaider are already allocated but of length 0
19
fn newton_divide_array_by_array(operand_a []u32, operand_b []u32, mut quotient []u32, mut remainder []u32) {
20
- // tranform back to Integers (on the stack without allocation)
+ // transform back to Integers (on the stack without allocation)
21
a := Integer{
22
signum: 1
23
digits: operand_a
0 commit comments