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 119cf59 commit 6544eebCopy full SHA for 6544eeb
src/Data/Number.purs
@@ -129,7 +129,7 @@ foreign import min :: Number -> Number -> Number
129
-- | Return the first argument exponentiated to the power of the second argument.
130
foreign import pow :: Number -> Number -> Number
131
132
--- | Computes the remainder after division, wrapping Javascript's `%` operator.
+-- | Computes the remainder after division. This is the same as JavaScript's `%` operator.
133
foreign import remainder :: Number -> Number -> Number
134
135
infixl 7 remainder as %
0 commit comments