Arithmetic/Integer: Difference between revisions

Content added Content deleted
m (→‎{{header|ALGOL 68}}: ALGOL 68R has a non-standard '%:=' operator - update)
m (Bonus: Include an example of the integer `divmod` operator. For example: as in #Haskell, #Python and #ALGOL 68)
Line 20: Line 20:
For remainder, indicate whether its sign matches the sign of the first operand or of the second operand, if they are different.
For remainder, indicate whether its sign matches the sign of the first operand or of the second operand, if they are different.
<br><br>
<br><br>

Bonus: Include an example of the integer `divmod` operator. For example: as in [[#Haskell]], [[#Python]] and [[#ALGOL 68]]


=={{header|0815}}==
=={{header|0815}}==