|
VMS Help CRTL, csqrt *Conan The Librarian |
Returns the complex square root of its argument.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <complex.h>
double complex csqrt (double complex z);
float complex csqrtf (float complex z);
long double complex csqrtl (long double complex z);
Additional Information (explode) :
|
|