Arithmetic/Integer: Difference between revisions

→‎{{header|Mathematica}}: there actually is a built-in Quotient function
(→‎{{header|Mathematica}}: there actually is a built-in Quotient function)
Line 2,832:
Print["difference: ", a - b];
Print["product: ", a b];
Print["integer quotient: ", IntegerPartQuotient[a/, b]];
Print["remainder: ", Mod[a, b]];
Print["exponentiation: ", a^b];</lang>
1,934

edits