Math_Complex: class to represent an manipulate complex numbers (z = a + b*i)
Originally this class was part of NumPHP (Numeric PHP package)
Located in Program_Root/Math_Complex/Complex.php (line 35)
Constructor for Math_Complex
Real part of the number
Imaginary part of the number
Returns the magnitude (also referred as norm) of the number
Returns the square of the magnitude of the number
Returns the angle (argument) associated with the complex number Alias of Math_Complex::arg()
Returns the argument of the complex number
Returns the imaginary part of the complex number
Returns the real part of the complex number
Returns the norm of the number Alias of Math_Complex::abs()
Simple string representation of the number
Documention generated on Fri, 27 Jun 2003 18:28:27 -0700 by phpDocumentor 1.2.0