vsip_scalar_f vsip_arg_f(vsip_cscalar_f x);
This function computes the phase angle (argument) of a complex scalar value. The phase angle
is computed
as:

where
is the two-argument arctangent function that correctly handles all quadrants of the complex
plane.
The returned phase angle is in the range
radians.
vsip_cscalar_p x: Input complex scalar value.
Returns the phase angle in radians, in the range
.