We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f7480 commit ab6b880Copy full SHA for ab6b880
math/gf4096/gf4096.go
@@ -78,6 +78,6 @@ func Inv(a Gf) Gf {
78
}
79
80
// Div calculates a / b
81
-func Div(b, a Gf) Gf {
+func Div(a, b Gf) Gf {
82
return Mul(Inv(b), a)
83
0 commit comments