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