Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ g ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ s ]
[ t ]
a
- abs
- in file Complex.php, method Math_Complex::abs()
Returns the magnitude (also referred as norm) of the number
- abs2
- in file Complex.php, method Math_Complex::abs2()
Returns the square of the magnitude of the number
- acos
- in file ComplexOp.php, method Math_ComplexOp::acos()
Calculates the inverse cosine of a complex number z = acos(c1)
- acosh
- in file ComplexOp.php, method Math_ComplexOp::acosh()
Calculates the inverse hyperbolic cosine of a complex number z = acosh(c1)
- acot
- in file ComplexOp.php, method Math_ComplexOp::acot()
Calculates the inverse cotangent of a complex number z = acot(c1)
- acoth
- in file ComplexOp.php, method Math_ComplexOp::acoth()
Calculates the inverse hyperbolic cotangent of a complex number z = acoth(c1)
- acsc
- in file ComplexOp.php, method Math_ComplexOp::acsc()
Calculates the inverse cosecant of a complex number z = acsc(c1)
- acsch
- in file ComplexOp.php, method Math_ComplexOp::acsch()
Calculates the inverse hyperbolic cosecant of a complex number z = acsch(c1)
- add
- in file ComplexOp.php, method Math_ComplexOp::add()
Returns the sum of two complex numbers: z = c1 + c2
- angle
- in file Complex.php, method Math_Complex::angle()
Returns the angle (argument) associated with the complex number Alias of Math_Complex::arg()
- areEqual
- in file ComplexOp.php, method Math_ComplexOp::areEqual()
Determines if is c1 == c2
- arg
- in file Complex.php, method Math_Complex::arg()
Returns the argument of the complex number
- asec
- in file ComplexOp.php, method Math_ComplexOp::asec()
Calculates the inverse secant of a complex number z = asec(c1)
- asech
- in file ComplexOp.php, method Math_ComplexOp::asech()
Calculates the inverse hyperbolic secant of a complex number z = asech(c1)
- asin
- in file ComplexOp.php, method Math_ComplexOp::asin()
Calculates the inverse sine of a complex number z = asin(c1)
- asinAlt
- in file ComplexOp.php, method Math_ComplexOp::asinAlt()
- asinh
- in file ComplexOp.php, method Math_ComplexOp::asinh()
Calculates the inverse hyperbolic sine of a complex number z = asinh(c1)
- asinReal
- in file ComplexOp.php, method Math_ComplexOp::asinReal()
Calculates the complex inverse sine of a real number z = asinReal(r)
- atan
- in file ComplexOp.php, method Math_ComplexOp::atan()
Calculates the inverse tangent of a complex number z = atan(c1)
- atanh
- in file ComplexOp.php, method Math_ComplexOp::atanh()
Calculates the inverse hyperbolic tangent of a complex number z = atanh(c1)
top
top
d
- div
- in file ComplexOp.php, method Math_ComplexOp::div()
Returns the division of two complex numbers: z = c1 * c2
top
e
- exp
- in file ComplexOp.php, method Math_ComplexOp::exp()
Calculates the exponential of a complex number z = exp(c1)
top
top
top
l
- log
- in file ComplexOp.php, method Math_ComplexOp::log()
Calculates the logarithm (base 2) of a complex number z = log(c1)
- log10
- in file ComplexOp.php, method Math_ComplexOp::log10()
Calculates the logarithm (base 10) of a complex number z = log10(c1)
- logBase
- in file ComplexOp.php, method Math_ComplexOp::logBase()
Returns the logarithm of base c2 of the complex number c1
top
m
- Math_Complex
- in file Complex.php, method Math_Complex::Math_Complex()
Constructor for Math_Complex
- Math_Complex
- in file Complex.php, class Math_Complex
Math_Complex: class to represent an manipulate complex numbers (z = a + b*i)
- Math_ComplexOp
- in file ComplexOp.php, class Math_ComplexOp
Math_ComplexOp: static class to operate on Math_Complex objects
- mult
- in file ComplexOp.php, method Math_ComplexOp::mult()
Returns the product of two complex numbers: z = c1 * c2
- multIm
- in file ComplexOp.php, method Math_ComplexOp::multIm()
Returns the product of a complex number and an imaginary number
- multReal
- in file ComplexOp.php, method Math_ComplexOp::multReal()
Multiplies a complex number by a real number
top
n
- negative
- in file ComplexOp.php, method Math_ComplexOp::negative()
Calculates the negative of a complex number z = -c1
- norm
- in file Complex.php, method Math_Complex::norm()
Returns the norm of the number Alias of Math_Complex::abs()
top
p
- pow
- in file ComplexOp.php, method Math_ComplexOp::pow()
Returns the complex power of two complex numbers: z = c1^c2
- powReal
- in file ComplexOp.php, method Math_ComplexOp::powReal()
Returns the exponentiation of a complex numbers to a real power: z = c1^(real)
top
s
- sec
- in file ComplexOp.php, method Math_ComplexOp::sec()
Calculates the secant of a complex number z = sec(c1)
- sech
- in file ComplexOp.php, method Math_ComplexOp::sech()
Calculates the hyperbolic secant of a complex number z = sech(c1)
- sin
- in file ComplexOp.php, method Math_ComplexOp::sin()
Calculates the sine of a complex number z = sin(c1)
- sinh
- in file ComplexOp.php, method Math_ComplexOp::sinh()
Calculates the hyperbolic sine of a complex number z = sinh(c1)
- sqrt
- in file ComplexOp.php, method Math_ComplexOp::sqrt()
Calculates the complex square root of a complex number z = sqrt(c1)
- sqrtReal
- in file ComplexOp.php, method Math_ComplexOp::sqrtReal()
Calculates the complex square root of a real number z = sqrt(realnumber)
- sub
- in file ComplexOp.php, method Math_ComplexOp::sub()
Returns the difference of two complex numbers: z = c1 - c2
top
t
- tan
- in file ComplexOp.php, method Math_ComplexOp::tan()
Calculates the tangent of a complex number z = tan(c1)
- tanh
- in file ComplexOp.php, method Math_ComplexOp::tanh()
Calculates the hyperbolic tangent of a complex number z = tanh(c1)
- toString
- in file Complex.php, method Math_Complex::toString()
Simple string representation of the number
top
Documentation generated on Fri, 30 Apr 2004 21:51:49 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|