CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/AlgebraicStructureTraits--KthRoot.h>
AdaptableBinaryFunction
providing the k-th root.
AdaptableBinaryFunction
Types | |
typedef unspecified_type | result_type |
Is AlgebraicStructureTraits::Type . More... | |
typedef unspecified_type | first_argument |
Is int. More... | |
typedef unspecified_type | second_argument |
Is AlgebraicStructureTraits::Type . More... | |
Operations | |
result_type | operator() (int k, second_argument_type x) |
returns the \( k\)-th root of \( x\). More... | |
typedef unspecified_type AlgebraicStructureTraits_::KthRoot::first_argument |
Is int.
typedef unspecified_type AlgebraicStructureTraits_::KthRoot::result_type |
typedef unspecified_type AlgebraicStructureTraits_::KthRoot::second_argument |
result_type AlgebraicStructureTraits_::KthRoot::operator() | ( | int | k, |
second_argument_type | x | ||
) |
returns the \( k\)-th root of \( x\).