The function div computes the integral quotient of division
with remainder.
In case the argument types NT1 and NT2 differ,
the result_type is determined via Coercion_traits.
Thus, the result_type is well defined if NT1 and NT2
are a model of ExplicitInteroperable.
The actual div is performed with the semantic of that type.
The function is defined if result_type is a model of the EuclideanRing concept.
#include <CGAL/number_utils.h>
template< class NT1, class NT2> | ||
result_type | div ( NT1 x, NT2 y) |
EuclideanRing
AlgebraicStructureTraits::Div
CGAL::mod
CGAL::div_mod