cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/AlgebraicStructureTraits_Kt...

30 lines
711 B
TeX

\begin{ccRefConcept}{AlgebraicStructureTraits::KthRoot}
\begin{ccAdvanced}
\ccDefinition
\ccc{AdaptableBinaryFunction} providing the k-th root.
\ccRefines
\ccc{AdaptableBinaryFunction}
\ccTypes
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}{xxx}{}
\ccTypedef{typedef AlgebraicStructureTraits::AS result_type;}{}\ccGlue
\ccTypedef{typedef int first_argument_type;}{}\ccGlue
\ccTypedef{typedef AlgebraicStructureTraits::AS second_argument_type;}{}
\ccOperations
\ccMethod{result_type operator()( const int& k,const second_argument_type& x);}
{ returns the $k$-th root of $x$. }
%\ccHasModels
\ccSeeAlso
\ccRefIdfierPage{AlgebraicStructureTraits}
\end{ccAdvanced}
\end{ccRefConcept}