Class: Math_ComplexOp
Source Location: /Math_Complex-0.8/ComplexOp.php
Math_ComplexOp: static class to operate on Math_Complex objects
Author(s):
Version:
|
|
Inherited Variables
|
Inherited Methods
|
Class Details
Method Detail
acos [line 425]
Calculates the inverse cosine of a complex number z = acos(c1)
Parameters:
acosh [line 653]
Calculates the inverse hyperbolic cosine of a complex number z = acosh(c1)
Parameters:
acot [line 506]
Calculates the inverse cotangent of a complex number z = acot(c1)
Parameters:
acoth [line 731]
Calculates the inverse hyperbolic cotangent of a complex number z = acoth(c1)
Parameters:
acsc [line 487]
Calculates the inverse cosecant of a complex number z = acsc(c1)
Parameters:
acsch [line 715]
Calculates the inverse hyperbolic cosecant of a complex number z = acsch(c1)
Parameters:
add [line 769]
Returns the sum of two complex numbers: z = c1 + c2
Parameters:
areEqual [line 749]
Determines if is c1 == c2
Parameters:
asec [line 468]
Calculates the inverse secant of a complex number z = asec(c1)
Parameters:
asech [line 699]
Calculates the inverse hyperbolic secant of a complex number z = asech(c1)
Parameters:
asin [line 339]
Calculates the inverse sine of a complex number z = asin(c1)
Parameters:
asinAlt [line 352]
void &asinAlt(
mixed
&$c1)
|
|
asinh [line 632]
Calculates the inverse hyperbolic sine of a complex number z = asinh(c1)
Parameters:
asinReal [line 404]
Calculates the complex inverse sine of a real number z = asinReal(r)
Parameters:
atan [line 445]
Calculates the inverse tangent of a complex number z = atan(c1)
Parameters:
atanh [line 673]
Calculates the inverse hyperbolic tangent of a complex number z = atanh(c1)
Parameters:
conjugate [line 184]
Calculates the conjugate of a complex number z = conj(c1)
Parameters:
cos [line 253]
Calculates the cosine of a complex number z = cos(c1)
Parameters:
cosh [line 544]
Calculates the hyperbolic cosine of a complex number z = cosh(c1)
Parameters:
cot [line 320]
Calculates the cotangent of a complex number z = cot(c1)
Parameters:
coth [line 613]
Calculates the hyperbolic cotangent of a complex number z = coth(c1)
Parameters:
createFromPolar [line 62]
Converts a polar complex z = r*exp(theta*i) to z = a + b*i
Parameters:
csc [line 305]
Calculates the cosecant of a complex number z = csc(c1)
Parameters:
csch [line 596]
Calculates the hyperbolic cosecant of a complex number z = csch(c1)
Parameters:
div [line 822]
Returns the division of two complex numbers: z = c1 * c2
Parameters:
exp [line 134]
Calculates the exponential of a complex number z = exp(c1)
Parameters:
inverse [line 214]
Calculates the inverse of a complex number z = 1/c1
Parameters:
isComplex [line 45]
boolean isComplex(
mixed
&$c1)
|
|
Checks if a given object is an instance of PEAR::Math_Complex
log [line 153]
Calculates the logarithm (base 2) of a complex number z = log(c1)
Parameters:
log10 [line 169]
Calculates the logarithm (base 10) of a complex number z = log10(c1)
Parameters:
logBase [line 878]
Returns the logarithm of base c2 of the complex number c1
Parameters:
mult [line 803]
Returns the product of two complex numbers: z = c1 * c2
Parameters:
multIm [line 922]
Returns the product of a complex number and an imaginary number x = b + c*i y = a*i z = x * y = multIm(x, a);
Parameters:
multReal [line 899]
Multiplies a complex number by a real number z = realnumber * c1
Parameters:
negative [line 198]
Calculates the negative of a complex number z = -c1
Parameters:
pow [line 848]
Returns the complex power of two complex numbers: z = c1^c2
Parameters:
powReal [line 942]
Returns the exponentiation of a complex numbers to a real power: z = c1^(real)
Parameters:
sec [line 290]
Calculates the secant of a complex number z = sec(c1)
Parameters:
sech [line 579]
Calculates the hyperbolic secant of a complex number z = sech(c1)
Parameters:
sin [line 236]
Calculates the sine of a complex number z = sin(c1)
Parameters:
sinh [line 527]
Calculates the hyperbolic sine of a complex number z = sinh(c1)
Parameters:
sqrt [line 80]
Calculates the complex square root of a complex number z = sqrt(c1)
Parameters:
sqrtReal [line 115]
Calculates the complex square root of a real number z = sqrt(realnumber)
Parameters:
sub [line 786]
Returns the difference of two complex numbers: z = c1 - c2
Parameters:
tan [line 270]
Calculates the tangent of a complex number z = tan(c1)
Parameters:
tanh [line 561]
Calculates the hyperbolic tangent of a complex number z = tanh(c1)
Parameters:
Documentation generated on Fri, 30 Apr 2004 21:51:50 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|