|
VMS Help CRTL, sqrt *Conan The Librarian |
Returns the square root of its argument.
Format
#include <math.h>
double sqrt (double x);
float sqrtf (float x); (Integrity servers, Alpha)
long double sqrtl (long double x); (Integrity servers, Alpha)
Additional Information (explode) :
|
|