Element index for package Math_Integer
[ a ]
[ b ]
[ c ]
[ d ]
[ g ]
[ h ]
[ i ]
[ m ]
[ n ]
[ p ]
[ s ]
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
top
m
- 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 Integer.php, constant MATH_INTEGER_BCMATH
- MATH_INTEGER_GMP
- in file Integer.php, constant MATH_INTEGER_GMP
- MATH_INTEGER_STANDARD
- in file Integer.php, constant MATH_INTEGER_STANDARD
- mod
- in file IntegerOp.php, method Math_IntegerOp::mod()
Calculate the modulus of $i1 and $i2: $i1 % $i2
- mul
- in file IntegerOp.php, method Math_IntegerOp::mul()
Multiply two Math_Integer objects: $i1 * $i2
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 15:39:15 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|