|
carl
25.04
Computer ARithmetic Library
|
A strongly typed pair encoding the result of a division, being a quotient and a remainder. More...
#include <Division.h>
Data Fields | |
| Type | quotient |
| Type | remainder |
A strongly typed pair encoding the result of a division, being a quotient and a remainder.
Definition at line 16 of file Division.h.
| Type carl::DivisionResult< Type >::quotient |
Definition at line 17 of file Division.h.
| Type carl::DivisionResult< Type >::remainder |
Definition at line 18 of file Division.h.