cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/is_positive.tex

20 lines
503 B
TeX

\begin{ccRefFunction}{is_positive}
\ccDefinition
The template function \ccRefName\ determines if a value is positive or not.
The function is defined if the argument type
is a model of the \ccc{RealEmbeddable} concept.
\ccInclude{CGAL/number_utils.h}
\ccFunction{result_type is_positive(const NT& x);}{
The \ccc{result_type} is convertible to \ccc{bool}.
}
\ccSeeAlso
\ccRefConceptPage{RealEmbeddable} \\
\ccRefConceptPage{RealEmbeddableTraits::IsPositive}\\
\end{ccRefFunction}