void vsip_CSQRT_f(vsip_cscalar_f x, vsip_cscalar_f *r);
This function computes the complex square root of a complex scalar storing the result in the output parameter.
The operation performs:

vsip_scalar_p x: The complex scalar.
vsip_cscalar_p* r: Pointer to the complex scalar where the result will be stored.