CGAL::is_positive

Definition

The template function is_positive determines if a value is positive or not. The function is guaranteed to be well defined in case the argument type is a model of the RealEmbeddable concept.

#include <CGAL/number_utils.h>

result_type is_positive ( NT x) The result_type is convertible to bool.

See Also

RealEmbeddable
RealEmbeddableTraits::IsPositive