

Auth_OpenID_GmpMathWrapper wraps the functionality provided by the GMP extension.
private
Definition at line 276 of file BigMath.php.
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) | |
| toString ($num) | |
Public Attributes | |
| $type = 'gmp' | |
| Auth_OpenID_GmpMathWrapper.add | ( | $ | x, | |
| $ | y | |||
| ) |
Definition at line 279 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.sub | ( | $ | x, | |
| $ | y | |||
| ) |
Definition at line 284 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.pow | ( | $ | base, | |
| $ | exponent | |||
| ) |
Definition at line 289 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.cmp | ( | $ | x, | |
| $ | y | |||
| ) |
Definition at line 294 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.init | ( | $ | number, | |
| $ | base = 10 | |||
| ) |
Definition at line 299 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.mod | ( | $ | base, | |
| $ | modulus | |||
| ) |
Definition at line 304 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.mul | ( | $ | x, | |
| $ | y | |||
| ) |
Definition at line 309 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.div | ( | $ | x, | |
| $ | y | |||
| ) |
Definition at line 314 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.powmod | ( | $ | base, | |
| $ | exponent, | |||
| $ | modulus | |||
| ) |
Definition at line 319 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.toString | ( | $ | num | ) |
Definition at line 324 of file BigMath.php.
| Auth_OpenID_GmpMathWrapper.$type = 'gmp' |
Definition at line 277 of file BigMath.php.
1.5.5