[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ g ] [ i ] [ l ] [ m ] [ n ] [ ] [ 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()
    Calculates the inverse sine of a complex number: z = asinAlt(c1) Uses an alternative algorithm
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

c

conjugate
in file ComplexOp.php, method Math_ComplexOp::conjugate()
    Calculates the conjugate of a complex number: z = conj(c1)
cos
in file ComplexOp.php, method Math_ComplexOp::cos()
    Calculates the cosine of a complex number: z = cos(c1)
cosh
in file ComplexOp.php, method Math_ComplexOp::cosh()
    Calculates the hyperbolic cosine of a complex number: z = cosh(c1)
cot
in file ComplexOp.php, method Math_ComplexOp::cot()
    Calculates the cotangent of a complex number: z = cot(c1)
coth
in file ComplexOp.php, method Math_ComplexOp::coth()
    Calculates the hyperbolic cotangent of a complex number: z = coth(c1)
createFromPolar
in file ComplexOp.php, method Math_ComplexOp::createFromPolar()
    Converts a polar complex z = r*exp(theta*i) to z = a + b*i
csc
in file ComplexOp.php, method Math_ComplexOp::csc()
    Calculates the cosecant of a complex number: z = csc(c1)
csch
in file ComplexOp.php, method Math_ComplexOp::csch()
    Calculates the hyperbolic cosecant of a complex number: z = csch(c1)
Complex.php
procedural page Complex.php
ComplexOp.php
procedural page ComplexOp.php
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

g

getIm
in file Complex.php, method Math_Complex::getIm()
    Returns the imaginary part of the complex number
getReal
in file Complex.php, method Math_Complex::getReal()
    Returns the real part of the complex number
top

i

inverse
in file ComplexOp.php, method Math_ComplexOp::inverse()
    Calculates the inverse of a complex number: z = 1/c1
isComplex
in file ComplexOp.php, method Math_ComplexOp::isComplex()
    Checks if a given object is an instance of PEAR::Math_Complex
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 if: x = b + c*i, y = a*i; then: z = x * y = multIm(x, a)
multReal
in file ComplexOp.php, method Math_ComplexOp::multReal()
    Multiplies a complex number by a real number: z = realnumber * c1
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

u

using_complexop.php
procedural page using_complexop.php
top

Documentation generated on Mon, 11 Mar 2019 15:39:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.