Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
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.

Member Function Documentation

◆ add()

add (   $left_operand,
  $right_operand 
)

◆ binaryToInteger()

binaryToInteger (   $operand)

◆ compare()

compare (   $left_operand,
  $right_operand 
)

◆ divide()

divide (   $left_operand,
  $right_operand 
)

◆ hexToDecimal()

hexToDecimal (   $operand)

◆ init()

init (   $operand,
  $base = 10 
)

◆ integerToBinary()

integerToBinary (   $operand)

◆ modulus()

modulus (   $left_operand,
  $modulus 
)

◆ multiply()

multiply (   $left_operand,
  $right_operand 
)

◆ pow()

pow (   $left_operand,
  $right_operand 
)

◆ powmod()

powmod (   $left_operand,
  $right_operand,
  $modulus 
)

◆ sqrt()

sqrt (   $operand)

◆ subtract()

subtract (   $left_operand,
  $right_operand 
)

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