Zend Framework  1.12
Public Member Functions | List of all members
Zend_Crypt_Math_BigInteger_Interface Interface Reference

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)
 

Member Function Documentation

add (   $left_operand,
  $right_operand 
)
binaryToInteger (   $operand)
compare (   $left_operand,
  $right_operand 
)
divide (   $left_operand,
  $right_operand 
)
hexToDecimal (   $operand)
init (   $operand,
  $base = 10 
)
integerToBinary (   $operand)
modulus (   $left_operand,
  $modulus 
)
multiply (   $left_operand,
  $right_operand 
)
pow (   $left_operand,
  $right_operand 
)
powmod (   $left_operand,
  $right_operand,
  $modulus 
)
sqrt (   $operand)
subtract (   $left_operand,
  $right_operand 
)