Adelsbach/VSIPL
Core Programming Reference Guide
DD-00016-015
Core

2.1.38 vsip_CSQRT_p - Complex Scalar Square Root and Store to Pointer

void vsip_CSQRT_f(vsip_cscalar_f x, vsip_cscalar_f *r);
Description

This function computes the complex square root of a complex scalar storing the result in the output parameter.

The operation performs:

    ⎷ -
*r =  x
Parameters