Description Determines the absolute value of a complex number, i.e. the modulus.
Syntax abs = CmpxAbs ( real, imag )
Parameters abs (Double) The absolute value of the complex number.
real As Double Real part of the first complex number
imag As Double Imaginary part of the first complex number
Remarks This function determines the absolute value of a complex number. No errors are set.
See Also Examples
|