Function
quotient_and_remainder(dividing_by:)
Returns the quotient and remainder of dividing self by other.
fun quotient_and_remainder(dividing_by other: Self) -> (quotient: Self, remainder: Self)
Preconditions
-
other is different from 0.