CGAL::sqrt

Definition

The function sqrt returns the square root of a value.

The function is guaranteed to be well defined in case the argument type is a model of the FieldWithSqrt concept.

#include <CGAL/number_utils.h>

template <class NT>
NT sqrt ( NT x)

See Also

FieldWithSqrt
AlgebraicStructureTraits::Sqrt