Navigation: Scripting Reference Manual > Functions & Subroutines > CmpxAbs

 

CmpxAbs

 

Contact Us: fredsupport@photonengr.com

 

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

CmpxAdd

CmpxSub

CmpxMult

CmpxDiv

CmpxArg

CmpxSqrt

CmpxAbs2

Examples

 

 

 

 

 

Copyright © Photon Engineering, LLC