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
Add a modulo operator %% for integer and floating point types that is defined as the remainder after floor division. Most importantly the result always has the sign of the Divisor, in contrast to rem (% operator), whose results always have the result of the dividend.
Add a modulo operator
%%
for integer and floating point types that is defined as the remainder after floor division. Most importantly the result always has the sign of the Divisor, in contrast torem
(%
operator), whose results always have the result of the dividend.RFC 61
The text was updated successfully, but these errors were encountered: