The function sqrt returns the square root of a value.
The function is defined if the argument type is a model of the FieldWithSqrt concept.
#include <CGAL/number_utils.h>
template <class NT> | ||
NT | sqrt ( NT x) |
FieldWithSqrt
AlgebraicStructureTraits::Sqrt