Next: Fraction-coercing, Previous: Fraction-accessing, Up: Fraction [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 the receiver by aNumber and answer the result.
Return the integer quotient of dividing the receiver by aNumber with truncation towards negative infinity.
Return the remainder from dividing the receiver by aNumber, (using //).
Answer an estimate of (self abs floorLog: 10)