CGAL::Sqrt<NT>

Definition

The function object class Sqrt<NT> computes the square root of a number.

#include <CGAL/number_utils.h>

Is Model for the Concepts

AdaptableFunctor

NT f ( NT ntval) returns the square root of ntval.