You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even the documentation says "Division by zero and modulus with zero throws an exception.", though not for the global functions part (where mulmod / addmod) resides.
mulmod(a, b, 0)
is zero, which isn't consistent with #670Was it missed?
(tested on http://remix.ethereum.org/#version=soljson-v0.4.14+commit.c2215d46.js)
The text was updated successfully, but these errors were encountered: