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.
1 parent c497f4d commit dd3d71eCopy full SHA for dd3d71e
lib/utils.rb
@@ -92,7 +92,7 @@ def gcd(a, b)
92
end
93
94
95
- # Computes the multiplicitive inverse of the given number on the finite
+ # Computes the multiplicative inverse of the given number on the finite
96
# field. Note: number should never be less than zero; however, if it is,
97
# the inverse is inverted
98
def mod_inverse(number)
0 commit comments