}
/**
- * Computes a quoitent and remainder according to Boute's Euclidean definition.
+ * Computes a quotient and remainder according to Boute's Euclidean definition.
* euclidianDivideQuotient, euclidianDivideRemainder.
*
* Boute, Raymond T. (April 1992).
}
}
/**
- * Returns the quoitent according to Boute's Euclidean definition.
+ * Returns the quotient according to Boute's Euclidean definition.
* See the documentation for euclidianQR.
*/
Integer euclidianDivideQuotient(const Integer& y) const {
}
/**
- * Returns the remainfing according to Boute's Euclidean definition.
+ * Returns the remainder according to Boute's Euclidean definition.
* See the documentation for euclidianQR.
*/
Integer euclidianDivideRemainder(const Integer& y) const {