CGAL::Abs<NT>

Definition

The function object class Abs<NT> computes the absolute value of a number.

#include <CGAL/number_utils_classes.h>

Is Model for the Concepts

AdaptableFunctor

NT f ( NT ntval) returns the absolute value of ntval.