Complex() - The constructor of the Math.Complex class |
conjugate() - Determines the complex conjugate of a complex number |
add() - Adds two complex numbers |
sub() - Subtracts complex number b from complex number a |
mult() - Multiplies two complex numbers |
div() - Divides complex number a by complex number b |
modulus() - Calculates the modulus of this complex number object |
sqrt() - Determines the principal square root of a complex number |
copy() - Copies the contents of a complex variable |
toString() - Generates a string representation of this complex number |