CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/AlgebraicStructureTraits--Sqrt.h>
AdaptableUnaryFunction
providing the square root.
AdaptableUnaryFunction
AlgebraicStructureTraits
Types | |
typedef unspecified_type | result_type |
Is AlgebraicStructureTraits::Type . More... | |
typedef unspecified_type | argument_type |
Is AlgebraicStructureTraits::Type . More... | |
Operations | |
result_type | operator() (argument_type x) const |
returns \( \sqrt{x}\). More... | |
typedef unspecified_type AlgebraicStructureTraits_::Sqrt::argument_type |
typedef unspecified_type AlgebraicStructureTraits_::Sqrt::result_type |
result_type AlgebraicStructureTraits_::Sqrt::operator() | ( | argument_type | x | ) | const |
returns \( \sqrt{x}\).