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.
2 parents 397492f + 902ada1 commit d681c2eCopy full SHA for d681c2e
doc/bigAPI.html
@@ -499,7 +499,7 @@ <h5 id="mod">mod<code class='inset'>.mod(n) <i>⇒ Big</i></code></h5>
499
that of JavaScript's % operator (within the limits of its precision) and
500
BigDecimal's remainder method.
501
</p>
502
- <p>Throws if <code>n</code> is negative or otherwise invalid.</p>
+ <p>Throws if <code>n</code> is zero or otherwise invalid.</p>
503
<pre>
504
1 % 0.9 // 0.09999999999999998
505
x = new Big(1)
0 commit comments