Todo List
Crypt_DiffieHellman_Math_BigInteger_Bcmath is a wrapper across the PHP BCMath extension.
string add( string $left_operand, string $right_operand)
int compare( string $left_operand, string $right_operand)
string|null divide( string $left_operand, string $right_operand)
string init( string $operand, [int $base = 10])
string modulus( string $left_operand, $modulus, string $right_operand)
string multiply( string $left_operand, string $right_operand)
string pow( string $left_operand, string $right_operand)
string powmod( string $left_operand, string $right_operand, $modulus)
string sqrt( $operand, string $left_operand, string $right_operand)
string subtract( string $left_operand, string $right_operand)