Next: ScaledDecimal-coercion, Previous: ScaledDecimal class-instance creation, Up: ScaledDecimal [Index]
Multiply two numbers and answer the result.
Sum two numbers and answer the result.
Subtract aNumber from the receiver and answer the result.
Divide two numbers and answer the result.
Answer the integer quotient after dividing the receiver by aNumber with truncation towards negative infinity.
Answer the remainder after integer division the receiver by aNumber with truncation towards negative infinity.