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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ h ] [ i ] [ m ] [ n ] [ p ] [ s ] [ t ]

a

abs
in file gmp.php, method Math_Integer_GMP::abs()
abs
in file bcmath.php, method Math_Integer_BCMATH::abs()
abs
in file common.php, method Math_Integer_Common::abs()
abs
in file IntegerOp.php, method Math_IntegerOp::abs()
    Returns the absolute value of a Math_Integer number
add
in file IntegerOp.php, method Math_IntegerOp::add()
    Add two Math_Integer objects: $i1 + $i2
add
in file common.php, method Math_Integer_Common::add()
add
in file bcmath.php, method Math_Integer_BCMATH::add()
add
in file gmp.php, method Math_Integer_GMP::add()
top

b

bcmath.php
procedural page bcmath.php
top

c

compare
in file gmp.php, method Math_Integer_GMP::compare()
compare
in file common.php, method Math_Integer_Common::compare()
compare
in file IntegerOp.php, method Math_IntegerOp::compare()
    Compare two Math_Integer objects.
compare
in file bcmath.php, method Math_Integer_BCMATH::compare()
create
in file Integer.php, method Math_Integer::create()
createBCMATH
in file Integer.php, method Math_Integer::createBCMATH()
createGMP
in file Integer.php, method Math_Integer::createGMP()
createStandard
in file Integer.php, method Math_Integer::createStandard()
common.php
procedural page common.php
top

d

dec
in file gmp.php, method Math_Integer_GMP::dec()
dec
in file bcmath.php, method Math_Integer_BCMATH::dec()
dec
in file common.php, method Math_Integer_Common::dec()
div
in file IntegerOp.php, method Math_IntegerOp::div()
    Divide two Math_Integer objects: $i1 / $i2
div
in file gmp.php, method Math_Integer_GMP::div()
div
in file common.php, method Math_Integer_Common::div()
div
in file bcmath.php, method Math_Integer_BCMATH::div()
top

f

fact
in file gmp.php, method Math_Integer_GMP::fact()
fact
in file common.php, method Math_Integer_Common::fact()
fact
in file bcmath.php, method Math_Integer_BCMATH::fact()
top

g

gcd
in file gmp.php, method Math_Integer_GMP::gcd()
gcd
in file bcmath.php, method Math_Integer_BCMATH::gcd()
gcd
in file IntegerOp.php, method Math_IntegerOp::gcd()
    Calculates the GCD of 2 Math_Integer objects
gcd
in file common.php, method Math_Integer_Common::gcd()
getValue
in file gmp.php, method Math_Integer_GMP::getValue()
getValue
in file common.php, method Math_Integer_Common::getValue()
gmp.php
procedural page gmp.php
top

h

HAS_BCMATH
in file Integer.php, constant HAS_BCMATH
HAS_GMP
in file Integer.php, constant HAS_GMP
top

i

inc
in file common.php, method Math_Integer_Common::inc()
inc
in file gmp.php, method Math_Integer_GMP::inc()
inc
in file bcmath.php, method Math_Integer_BCMATH::inc()
isEven
in file IntegerOp.php, method Math_IntegerOp::isEven()
    Checks if the Math_Integer object is even
isEven
in file bcmath.php, method Math_Integer_BCMATH::isEven()
isEven
in file gmp.php, method Math_Integer_GMP::isEven()
isEven
in file common.php, method Math_Integer_Common::isEven()
isInteger
in file IntegerOp.php, method Math_IntegerOp::isInteger()
    Checks if the given parameter is a Math_Integer object
isNegative
in file gmp.php, method Math_Integer_GMP::isNegative()
isNegative
in file bcmath.php, method Math_Integer_BCMATH::isNegative()
isNegative
in file IntegerOp.php, method Math_IntegerOp::isNegative()
    Checks if the Math_Integer object is negative
isNegative
in file common.php, method Math_Integer_Common::isNegative()
isOdd
in file common.php, method Math_Integer_Common::isOdd()
isOdd
in file gmp.php, method Math_Integer_GMP::isOdd()
isOdd
in file bcmath.php, method Math_Integer_BCMATH::isOdd()
isOdd
in file IntegerOp.php, method Math_IntegerOp::isOdd()
    Checks if the Math_Integer object is Odd
isPositive
in file bcmath.php, method Math_Integer_BCMATH::isPositive()
isPositive
in file common.php, method Math_Integer_Common::isPositive()
isPositive
in file gmp.php, method Math_Integer_GMP::isPositive()
isPositive
in file IntegerOp.php, method Math_IntegerOp::isPositive()
    Checks if the Math_Integer object is positive
isPrime
in file gmp.php, method Math_Integer_GMP::isPrime()
isPrime
in file common.php, method Math_Integer_Common::isPrime()
isZero
in file IntegerOp.php, method Math_IntegerOp::isZero()
    Checks if the Math_Integer object is zero
isZero
in file common.php, method Math_Integer_Common::isZero()
isZero
in file bcmath.php, method Math_Integer_BCMATH::isZero()
isZero
in file gmp.php, method Math_Integer_GMP::isZero()
Integer.php
procedural page Integer.php
IntegerOp.php
procedural page IntegerOp.php
top

m

makeClone
in file bcmath.php, method Math_Integer_BCMATH::makeClone()
makeClone
in file common.php, method Math_Integer_Common::makeClone()
makeClone
in file gmp.php, method Math_Integer_GMP::makeClone()
Math_Integer
in file Integer.php, class Math_Integer
Math_IntegerOp
in file IntegerOp.php, class Math_IntegerOp
    Class implementing operations on Math_Integer objects. If available it will use the GMP or BCMATH libraries. Will default to the standard PHP integer representation otherwise.
MATH_INTEGER_AUTO
in file Integer.php, constant MATH_INTEGER_AUTO
Math_Integer_BCMATH
in file bcmath.php, method Math_Integer_BCMATH::Math_Integer_BCMATH()
Math_Integer_BCMATH
in file bcmath.php, class Math_Integer_BCMATH
MATH_INTEGER_BCMATH
in file Integer.php, constant MATH_INTEGER_BCMATH
Math_Integer_Common
in file common.php, class Math_Integer_Common
Math_Integer_Common
in file common.php, method Math_Integer_Common::Math_Integer_Common()
MATH_INTEGER_GMP
in file Integer.php, constant MATH_INTEGER_GMP
Math_Integer_GMP
in file gmp.php, method Math_Integer_GMP::Math_Integer_GMP()
Math_Integer_GMP
in file gmp.php, class Math_Integer_GMP
MATH_INTEGER_STANDARD
in file Integer.php, constant MATH_INTEGER_STANDARD
mod
in file bcmath.php, method Math_Integer_BCMATH::mod()
mod
in file IntegerOp.php, method Math_IntegerOp::mod()
    Calculate the modulus of $i1 and $i2: $i1 % $i2
mod
in file common.php, method Math_Integer_Common::mod()
mod
in file gmp.php, method Math_Integer_GMP::mod()
mul
in file IntegerOp.php, method Math_IntegerOp::mul()
    Multiply two Math_Integer objects: $i1 * $i2
mul
in file gmp.php, method Math_Integer_GMP::mul()
mul
in file common.php, method Math_Integer_Common::mul()
mul
in file bcmath.php, method Math_Integer_BCMATH::mul()
top

n

negate
in file IntegerOp.php, method Math_IntegerOp::negate()
    Returns the negative of a Math_Integer number: -1 * $i1
negate
in file gmp.php, method Math_Integer_GMP::negate()
negate
in file common.php, method Math_Integer_Common::negate()
negate
in file bcmath.php, method Math_Integer_BCMATH::negate()
top

p

pow
in file gmp.php, method Math_Integer_GMP::pow()
pow
in file bcmath.php, method Math_Integer_BCMATH::pow()
pow
in file common.php, method Math_Integer_Common::pow()
pow
in file IntegerOp.php, method Math_IntegerOp::pow()
    Raise $i1 to the $i2 exponent: $i1^$i2
powmod
in file gmp.php, method Math_Integer_GMP::powmod()
powmod
in file common.php, method Math_Integer_Common::powmod()
powmod
in file bcmath.php, method Math_Integer_BCMATH::powmod()
top

s

setValue
in file common.php, method Math_Integer_Common::setValue()
setValue
in file bcmath.php, method Math_Integer_BCMATH::setValue()
setValue
in file gmp.php, method Math_Integer_GMP::setValue()
sign
in file gmp.php, method Math_Integer_GMP::sign()
sign
in file IntegerOp.php, method Math_IntegerOp::sign()
    Returns the sign of a Math_Integer number
sign
in file common.php, method Math_Integer_Common::sign()
sign
in file bcmath.php, method Math_Integer_BCMATH::sign()
sqrt
in file gmp.php, method Math_Integer_GMP::sqrt()
sqrt
in file IntegerOp.php, method Math_IntegerOp::sqrt()
    Returns the (integer) square root of a Math_Integer number
sqrt
in file bcmath.php, method Math_Integer_BCMATH::sqrt()
sqrt
in file common.php, method Math_Integer_Common::sqrt()
sub
in file IntegerOp.php, method Math_IntegerOp::sub()
    Substract two Math_Integer objects: $i1 - $i2
sub
in file common.php, method Math_Integer_Common::sub()
sub
in file bcmath.php, method Math_Integer_BCMATH::sub()
sub
in file gmp.php, method Math_Integer_GMP::sub()
top

t

toString
in file gmp.php, method Math_Integer_GMP::toString()
toString
in file common.php, method Math_Integer_Common::toString()
top

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