cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/sqrt.tex

23 lines
442 B
TeX

\begin{ccRefFunction}{sqrt}
\ccDefinition
The function \ccRefName\ returns the square root of a value.
The function is guaranteed to be well defined in case the argument type
is a model of the \ccc{FieldWithSqrt} concept.
\ccInclude{CGAL/number_utils.h}
\ccFunction{template <class NT> NT sqrt(const NT& x);}
{}
\ccSeeAlso
\ccRefConceptPage{FieldWithSqrt}\\
\ccRefConceptPage{AlgebraicStructureTraits::Sqrt}\\
\end{ccRefFunction}