CGAL 6.1.3 - Algebraic Foundations
Loading...
Searching...
No Matches
AlgebraicStructureTraits_::Sqrt Concept Reference

Definition

AdaptableUnaryFunction providing the square root.

Refines
AdaptableUnaryFunction
See also
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}\).

#include <Concepts/AlgebraicStructureTraits--Sqrt.h>

Definition

AdaptableUnaryFunction providing the square root.

Refines
AdaptableUnaryFunction
See also
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}\).