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

Element index for package Crypt_DiffieHellman_Math

[ a ] [ b ] [ c ] [ d ] [ g ] [ i ] [ m ] [ p ] [ s ]

a

add
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::add()
    Adds two arbitrary precision numbers
add
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::add()
    Adds two arbitrary precision numbers
top

b

Bcmath.php
procedural page Bcmath.php
top

c

compare
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::compare()
    Compare two big integers and returns result as an integer where 0 means both are identical, 1 that left_operand is larger, or -1 that right_operand is larger.
compare
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::compare()
    Compare two big integers and returns result as an integer where 0 means both are identical, 1 that left_operand is larger, or -1 that right_operand is larger.
Crypt_DiffieHellman_Math_BigInteger_Bcmath
in file Bcmath.php, class Crypt_DiffieHellman_Math_BigInteger_Bcmath
    Support for arbitrary precision mathematics in PHP.
Crypt_DiffieHellman_Math_BigInteger_Gmp
in file Gmp.php, class Crypt_DiffieHellman_Math_BigInteger_Gmp
    Support for arbitrary precision mathematics in PHP.
top

d

divide
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::divide()
    Divide two big integers and return result or NULL if the denominator is zero.
divide
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::divide()
    Divide two big integers and return result or NULL if the denominator is zero.
top

g

Gmp.php
procedural page Gmp.php
top

i

Interface.php
procedural page Interface.php
init
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::init()
    Initialise a big integer into an extension specific type. This is not applicable to BCMath.
init
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::init()
    Initialise a big integer into an extension specific type. This is not applicable to BCMath.
top

m

modulus
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::modulus()
modulus
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::modulus()
multiply
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::multiply()
multiply
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::multiply()
top

p

pow
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::pow()
pow
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::pow()
powmod
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::powmod()
powmod
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::powmod()
top

s

sqrt
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::sqrt()
sqrt
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::sqrt()
subtract
in file Gmp.php, method Crypt_DiffieHellman_Math_BigInteger_Gmp::subtract()
subtract
in file Bcmath.php, method Crypt_DiffieHellman_Math_BigInteger_Bcmath::subtract()
top

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