CGAL::Is_zero<NT>

Definition

The function Is_zero<NT> determines if a value is equal to 0 or not.

#include <CGAL/number_utils_classes.h>

Is Model for the Concept

AdaptableFunctor

bool f ( NT ntval) returns true if ntval is 0 and false otherwise.