Loading [MathJax]/extensions/TeX/AMSsymbols.js
 
CGAL 6.1 - Algebraic Foundations
All Classes Namespaces Functions Typedefs Pages
Loading...
Searching...
No Matches
AlgebraicStructureTraits_::Sqrt Class Reference

#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}\).
 

Member Typedef Documentation

◆ argument_type

◆ result_type

Member Function Documentation

◆ operator()()

result_type AlgebraicStructureTraits_::Sqrt::operator() ( argument_type  x) const

returns \( \sqrt{x}\).