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

Element index for package Math_BigInteger

[ a ] [ b ] [ c ] [ d ] [ m ] [ s ] [ t ]

a

abs
in file Math_BigInteger.php, method Math_BigInteger::abs()
    Absolute value.
add
in file Math_BigInteger.php, method Math_BigInteger::add()
    Adds two BigIntegers.
top

b

bitwise_and
in file Math_BigInteger.php, method Math_BigInteger::bitwise_and()
    Logical And
bitwise_not
in file Math_BigInteger.php, method Math_BigInteger::bitwise_not()
    Logical Not
bitwise_or
in file Math_BigInteger.php, method Math_BigInteger::bitwise_or()
    Logical Or
bitwise_xor
in file Math_BigInteger.php, method Math_BigInteger::bitwise_xor()
    Logical Exclusive-Or
top

c

compare
in file Math_BigInteger.php, method Math_BigInteger::compare()
    Compares two numbers.
top

d

divide
in file Math_BigInteger.php, method Math_BigInteger::divide()
    Divides two BigIntegers.
demo.php
procedural page demo.php
top

m

Math_BigInteger
in file Math_BigInteger.php, class Math_BigInteger
    Pure-PHP arbitrary precission integer arithmetic library. Supports base-2, base-10, base-16, and base-256 numbers. Negative numbers are supported in all publically accessable functions save for modPow and modInverse.
Math_BigInteger
in file Math_BigInteger.php, method Math_BigInteger::Math_BigInteger()
    Converts base-2, base-10, base-16, and binary strings (eg. base-256) to BigIntegers.
Math_BigInteger.php
procedural page Math_BigInteger.php
modInverse
in file Math_BigInteger.php, method Math_BigInteger::modInverse()
    Calculates modular inverses.
modPow
in file Math_BigInteger.php, method Math_BigInteger::modPow()
    Performs modular exponentiation.
multiply
in file Math_BigInteger.php, method Math_BigInteger::multiply()
    Multiplies two BigIntegers
top

s

ssh_demo.php
procedural page ssh_demo.php
subtract
in file Math_BigInteger.php, method Math_BigInteger::subtract()
    Subtracts two BigIntegers.
top

t

toBytes
in file Math_BigInteger.php, method Math_BigInteger::toBytes()
    Converts a BigInteger to a byte string (eg. base-256).
toString
in file Math_BigInteger.php, method Math_BigInteger::toString()
    Converts a BigInteger to a base-10 number.
top

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