On Sat, Dec 31, 2016 at 03:33:03PM +0000, Maya Rashish wrote:
> -                             w = r + y * I;
> +                             r = sqrt(x);
> +                             w = r;
>                       }
>               }
>               return w;

I'm an alignment newbie.
Could this create alignment issues?
Return type is double complex, and r is just double.

Thanks.

Reply via email to