Modulo over rational numbers

The calculator performs modulo division over rational dividend and rational divisor.

This page exists due to the efforts of the following people:

Anton

Created: 2021-01-28 11:54:14, Last updated: 2021-02-24 12:19:41
Creative Commons Attribution/Share-Alike License 3.0 (Unported)

This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/9118/. Also, please do not modify any references to the original work (if any) contained in this content.

The calculator performs integer division with remainder. Both the dividend and the divisor can be rational numbers. It displays the integer quotient and the rational remainder (modulo). The calculator outputs an integer quotient and a rational remainder (modulo).

PLANETCALC, Modulo over rational numbers

Modulo over rational numbers

Remainder
 
Quotient
 



Given two rational numbers a=\frac{n_1}{d_1}, b=\frac{n_2}{d_2} find the quotient and the remainder of division a/b:
The quotient can be obtained as:
q = \left\lfloor\frac{{n_1}{d_2}}{{d_1}{n_2}}\right\rfloor
The remainder can be obtained as:
r = \frac{n_1}{d_1} - q \frac{d_2}{n_2}

URL copied to clipboard
PLANETCALC, Modulo over rational numbers

Comments