Math_ComplexOp: static class to operate on Math_Complex objects
Originally this class was part of NumPHP (Numeric PHP package)
Located in Program_Root/Math_Complex/ComplexOp.php (line 37)
Calculates the inverse cosine of a complex number z = acos(c1)
Calculates the inverse hyperbolic cosine of a complex number z = acosh(c1)
Calculates the inverse cotangent of a complex number z = acot(c1)
Calculates the inverse hyperbolic cotangent of a complex number z = acoth(c1)
Calculates the inverse cosecant of a complex number z = acsc(c1)
Calculates the inverse hyperbolic cosecant of a complex number z = acsch(c1)
Returns the sum of two complex numbers: z = c1 + c2
Determines if is c1 == c2
Calculates the inverse secant of a complex number z = asec(c1)
Calculates the inverse hyperbolic secant of a complex number z = asech(c1)
Calculates the inverse sine of a complex number z = asin(c1)
Calculates the inverse hyperbolic sine of a complex number z = asinh(c1)
Calculates the complex inverse sine of a real number z = asinReal(r)
Calculates the inverse tangent of a complex number z = atan(c1)
Calculates the inverse hyperbolic tangent of a complex number z = atanh(c1)
Calculates the conjugate of a complex number z = conj(c1)
Calculates the cosine of a complex number z = cos(c1)
Calculates the hyperbolic cosine of a complex number z = cosh(c1)
Calculates the cotangent of a complex number z = cot(c1)
Calculates the hyperbolic cotangent of a complex number z = coth(c1)
Converts a polar complex z = r*exp(theta*i) to z = a + b*i
Calculates the cosecant of a complex number z = csc(c1)
Calculates the hyperbolic cosecant of a complex number z = csch(c1)
Returns the division of two complex numbers: z = c1 * c2
Calculates the exponential of a complex number z = exp(c1)
Calculates the inverse of a complex number z = 1/c1
Checks if a given object is an instance of PEAR::Math_Complex
Calculates the logarithm (base 2) of a complex number z = log(c1)
Calculates the logarithm (base 10) of a complex number z = log10(c1)
Returns the logarithm of base c2 of the complex number c1
Returns the product of two complex numbers: z = c1 * c2
Returns the product of a complex number and an imaginary number
x = b + c*i y = a*i z = x * y = multIm(x, a);
Multiplies a complex number by a real number
z = realnumber * c1
Calculates the negative of a complex number z = -c1
Returns the complex power of two complex numbers: z = c1^c2
Returns the exponentiation of a complex numbers to a real power: z = c1^(real)
Calculates the secant of a complex number z = sec(c1)
Calculates the hyperbolic secant of a complex number z = sech(c1)
Calculates the sine of a complex number z = sin(c1)
Calculates the hyperbolic sine of a complex number z = sinh(c1)
Calculates the complex square root of a complex number z = sqrt(c1)
Calculates the complex square root of a real number z = sqrt(realnumber)
A float
Returns the difference of two complex numbers: z = c1 - c2
Calculates the tangent of a complex number z = tan(c1)
Calculates the hyperbolic tangent of a complex number z = tanh(c1)
Documention generated on Fri, 27 Jun 2003 18:28:27 -0700 by phpDocumentor 1.2.0