Arithmetic/Integer: Difference between revisions

m
changed 0 to zero.
(→‎{{header|Go}}: add big.Int version)
m (changed 0 to zero.)
Line 9:
Don't include error handling.
 
For quotient, indicate how it rounds   (e.g. towards 0zero, towards negative infinity, etc.).
 
For remainder, indicate whether its sign matches the sign of the first operand or of the second operand, if they are different.