std::sqrt

std::sqrt

Defined in header <cmath>
float       sqrt( float arg );
(1)
double      sqrt( double arg );
(2)
long double sqrt( long double arg );
(3)
double      sqrt( Integral arg );
(4) (since C++11)

Computes the square root of arg.