IMABS

IMABS(inumber)

Returns the absolute value of a complex number.

inumberThe complex number for which you want the absolute value.

REMARKS
* The absolute value of a number is also called its modulus.
* If "inumber" is not in the form of 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=IMABS("5+12i") = 13
2=IMABS("3+4j") = 5
3=IMABS("6i") = 6
4=IMABS("4+6i") = 7.211
5=IMABS("4+6k") = #NUM!
6=IMABS("some text") = #NUM!


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