[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id: Interface.php 24593 2012-01-05 20:35:02Z matthew $ |
File Size: | 51 lines (2 kb) |
Included or required: | 2 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Crypt_Math_BigInteger_Interface:: (13 methods):
init()
add()
subtract()
compare()
divide()
modulus()
multiply()
pow()
powmod()
sqrt()
binaryToInteger()
integerToBinary()
hexToDecimal()
Interface: Zend_Crypt_Math_BigInteger_Interface - X-Ref
Support for arbitrary precision mathematics in PHP.init($operand, $base = 10) X-Ref |
No description |
add($left_operand, $right_operand) X-Ref |
No description |
subtract($left_operand, $right_operand) X-Ref |
No description |
compare($left_operand, $right_operand) X-Ref |
No description |
divide($left_operand, $right_operand) X-Ref |
No description |
modulus($left_operand, $modulus) X-Ref |
No description |
multiply($left_operand, $right_operand) X-Ref |
No description |
pow($left_operand, $right_operand) X-Ref |
No description |
powmod($left_operand, $right_operand, $modulus) X-Ref |
No description |
sqrt($operand) X-Ref |
No description |
binaryToInteger($operand) X-Ref |
No description |
integerToBinary($operand) X-Ref |
No description |
hexToDecimal($operand) X-Ref |
No description |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |