Zend Framework
1.12
|
Public Member Functions | |
init ($operand, $base=10) | |
add ($left_operand, $right_operand) | |
subtract ($left_operand, $right_operand) | |
compare ($left_operand, $right_operand) | |
divide ($left_operand, $right_operand) | |
modulus ($left_operand, $modulus) | |
multiply ($left_operand, $right_operand) | |
pow ($left_operand, $right_operand) | |
powmod ($left_operand, $right_operand, $modulus) | |
sqrt ($operand) | |
binaryToInteger ($operand) | |
integerToBinary ($operand) | |
hexToDecimal ($operand) | |
add | ( | $left_operand, | |
$right_operand | |||
) |
Implemented in Zend_Crypt_Math_BigInteger_Bcmath, and Zend_Crypt_Math_BigInteger_Gmp.
binaryToInteger | ( | $operand | ) |
Implemented in Zend_Crypt_Math_BigInteger_Gmp, and Zend_Crypt_Math_BigInteger_Bcmath.
compare | ( | $left_operand, | |
$right_operand | |||
) |
Implemented in Zend_Crypt_Math_BigInteger_Gmp, and Zend_Crypt_Math_BigInteger_Bcmath.
divide | ( | $left_operand, | |
$right_operand | |||
) |
Implemented in Zend_Crypt_Math_BigInteger_Gmp, and Zend_Crypt_Math_BigInteger_Bcmath.
hexToDecimal | ( | $operand | ) |
Implemented in Zend_Crypt_Math_BigInteger_Bcmath, and Zend_Crypt_Math_BigInteger_Gmp.
init | ( | $operand, | |
$base = 10 |
|||
) |
Implemented in Zend_Crypt_Math_BigInteger_Bcmath, and Zend_Crypt_Math_BigInteger_Gmp.
integerToBinary | ( | $operand | ) |
Implemented in Zend_Crypt_Math_BigInteger_Gmp, and Zend_Crypt_Math_BigInteger_Bcmath.
modulus | ( | $left_operand, | |
$modulus | |||
) |
Implemented in Zend_Crypt_Math_BigInteger_Gmp, and Zend_Crypt_Math_BigInteger_Bcmath.
multiply | ( | $left_operand, | |
$right_operand | |||
) |
Implemented in Zend_Crypt_Math_BigInteger_Gmp, and Zend_Crypt_Math_BigInteger_Bcmath.
pow | ( | $left_operand, | |
$right_operand | |||
) |
Implemented in Zend_Crypt_Math_BigInteger_Gmp, and Zend_Crypt_Math_BigInteger_Bcmath.
powmod | ( | $left_operand, | |
$right_operand, | |||
$modulus | |||
) |
Implemented in Zend_Crypt_Math_BigInteger_Gmp, and Zend_Crypt_Math_BigInteger_Bcmath.
sqrt | ( | $operand | ) |
Implemented in Zend_Crypt_Math_BigInteger_Gmp, and Zend_Crypt_Math_BigInteger_Bcmath.
subtract | ( | $left_operand, | |
$right_operand | |||
) |
Implemented in Zend_Crypt_Math_BigInteger_Bcmath, and Zend_Crypt_Math_BigInteger_Gmp.