|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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) | |
Definition at line 34 of file Interface.php.
| 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_Bcmath, and Zend_Crypt_Math_BigInteger_Gmp.
| 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.