ClassInterface Zend_Crypt_Math_BigInteger_Interface

Description

Support for arbitrary precision mathematics in PHP.

Interface for a wrapper across any PHP extension supporting arbitrary precision maths.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Crypt/Math/BigInteger/Interface.php (line 34)


	
			
Method Summary
 void add ( $left_operand,  $right_operand)
 void binaryToInteger ( $operand)
 void compare ( $left_operand,  $right_operand)
 void divide ( $left_operand,  $right_operand)
 void hexToDecimal ( $operand)
 void init ( $operand, [ $base = 10])
 void integerToBinary ( $operand)
 void modulus ( $left_operand,  $modulus)
 void multiply ( $left_operand,  $right_operand)
 void pow ( $left_operand,  $right_operand)
 void powmod ( $left_operand,  $right_operand,  $modulus)
 void sqrt ( $operand)
 void subtract ( $left_operand,  $right_operand)
Methods
add (line 38)
  • access: public
void add ( $left_operand,  $right_operand)
  • $left_operand
  • $right_operand
binaryToInteger (line 47)
  • access: public
void binaryToInteger ( $operand)
  • $operand
compare (line 40)
  • access: public
void compare ( $left_operand,  $right_operand)
  • $left_operand
  • $right_operand
divide (line 41)
  • access: public
void divide ( $left_operand,  $right_operand)
  • $left_operand
  • $right_operand
hexToDecimal (line 49)
  • access: public
void hexToDecimal ( $operand)
  • $operand
init (line 37)
  • access: public
void init ( $operand, [ $base = 10])
  • $operand
  • $base
integerToBinary (line 48)
  • access: public
void integerToBinary ( $operand)
  • $operand
modulus (line 42)
  • access: public
void modulus ( $left_operand,  $modulus)
  • $left_operand
  • $modulus
multiply (line 43)
  • access: public
void multiply ( $left_operand,  $right_operand)
  • $left_operand
  • $right_operand
pow (line 44)
  • access: public
void pow ( $left_operand,  $right_operand)
  • $left_operand
  • $right_operand
powmod (line 45)
  • access: public
void powmod ( $left_operand,  $right_operand,  $modulus)
  • $left_operand
  • $right_operand
  • $modulus
sqrt (line 46)
  • access: public
void sqrt ( $operand)
  • $operand
subtract (line 39)
  • access: public
void subtract ( $left_operand,  $right_operand)
  • $left_operand
  • $right_operand

Documentation generated on Mon, 21 Jun 2010 15:29:42 -0400 by phpDocumentor 1.4.3