complex.arg
Returns the argument of the complex number
Args
self
(T
) - The input complex number
Returns
A fixed point number '', representing the argument of the complex number in radian. 'arg(z) = atan2(b, a)'.
Examples
Last updated
Was this helpful?