IMARGUMENT

IMARGUMENT(inumber)

Returns the theta argument in radians.

inumberThe complex number for which you want the argument.

REMARKS
* If "inumber" is not in the form x + yi or x + yj, then #NUM! is returned.
* You can use the COMPLEX function to convert real and imaginary coefficients into a complex number.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=IMARGUMENT("3+4i") = 0.927
2=IMARGUMENT("3+4j") = 0.927
3=IMARGUMENT("3+4k") = #NUM!
4=IMARGUMENT("some text") = #NUM!


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top