Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ f ]
[ g ]
[ h ]
[ i ]
[ m ]
[ n ]
[ p ]
[ s ]
[ t ]
top
top
top
top
top
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
top
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
top
Documentation generated on Mon, 11 Mar 2019 15:39:15 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|