Static variables

staticimag:Float

staticreal:Float

Static methods

staticinlineabs(z:Complex):Float

Returns the magnitude of a complex number

staticinlinearg(z:Complex):Float

staticinlineconj(z:Complex):Complex

staticinlineexp(z:Complex):Complex

staticinlinefromPolar(norm:Float, phi:Float):Complex

Constructs a complex number from magnitude and phase angle

staticinlinelog(z:Complex):Complex

staticinlinenorm(z:Complex):Float

Returns the squared magnitude

staticinlinepow(base:Complex, exponent:Float):Complex

staticinlinesqrt(z:Complex):Complex