

Public Member Functions | |
| add ($x, $y) | |
| sub ($x, $y) | |
| pow ($base, $exponent) | |
| cmp ($x, $y) | |
| init ($number, $base=10) | |
| mod ($base, $modulus) | |
| mul ($x, $y) | |
| div ($x, $y) | |
| _powmod ($base, $exponent, $modulus) | |
| powmod ($base, $exponent, $modulus) | |
| toString ($num) | |
Public Attributes | |
| $type = 'bcmath' | |
Definition at line 190 of file BigMath.php.
| Auth_OpenID_BcMathWrapper::_powmod | ( | $ | base, | |
| $ | exponent, | |||
| $ | modulus | |||
| ) |
| Auth_OpenID_BcMathWrapper::add | ( | $ | x, | |
| $ | y | |||
| ) |
Definition at line 193 of file BigMath.php.
| Auth_OpenID_BcMathWrapper::cmp | ( | $ | x, | |
| $ | y | |||
| ) |
| Auth_OpenID_BcMathWrapper::div | ( | $ | x, | |
| $ | y | |||
| ) |
| Auth_OpenID_BcMathWrapper::init | ( | $ | number, | |
| $ | base = 10 | |||
| ) |
Definition at line 213 of file BigMath.php.
| Auth_OpenID_BcMathWrapper::mod | ( | $ | base, | |
| $ | modulus | |||
| ) |
| Auth_OpenID_BcMathWrapper::mul | ( | $ | x, | |
| $ | y | |||
| ) |
| Auth_OpenID_BcMathWrapper::pow | ( | $ | base, | |
| $ | exponent | |||
| ) |
Definition at line 203 of file BigMath.php.
| Auth_OpenID_BcMathWrapper::powmod | ( | $ | base, | |
| $ | exponent, | |||
| $ | modulus | |||
| ) |
| Auth_OpenID_BcMathWrapper::sub | ( | $ | x, | |
| $ | y | |||
| ) |
Definition at line 198 of file BigMath.php.
| Auth_OpenID_BcMathWrapper::toString | ( | $ | num | ) |
Definition at line 261 of file BigMath.php.
| Auth_OpenID_BcMathWrapper::$type = 'bcmath' |
Definition at line 191 of file BigMath.php.
1.4.7