CGAL 5.2.2 - Algebraic Foundations
|
AdaptableUnaryFunction
providing the square root.
AlgebraicStructureTraits
Types | |
typedef unspecified_type | result_type |
Is AlgebraicStructureTraits::Type . | |
typedef unspecified_type | argument_type |
Is AlgebraicStructureTraits::Type . | |
Operations | |
result_type | operator() (argument_type x) const |
returns \( \sqrt{x}\). | |