Public Member Functions

Zend_Crypt_Math_BigInteger_Interface Interface Reference

Inheritance diagram for Zend_Crypt_Math_BigInteger_Interface:
Zend_Crypt_Math_BigInteger_Bcmath Zend_Crypt_Math_BigInteger_Gmp

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)

Detailed Description

Definition at line 34 of file Interface.php.


The documentation for this interface was generated from the following file: