CGAL::Div<NT>

Definition

The function object class Div<NT> computes the integral division of two numbers.

#include <CGAL/number_utils_classes.h>

Is Model for the Concept

AdaptableFunctor

NT f ( NT ntval1, NT ntval2)
computes the integral divisor of two numbers.