TYPO3 API  SVNRelease
Public Member Functions | Public Attributes
Auth_OpenID_GmpMathWrapper Class Reference
Inheritance diagram for Auth_OpenID_GmpMathWrapper:
Inheritance graph
[legend]
Collaboration diagram for Auth_OpenID_GmpMathWrapper:
Collaboration graph
[legend]

List of all members.

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'

Detailed Description

Definition at line 276 of file BigMath.php.


Member Function Documentation

Auth_OpenID_GmpMathWrapper::add ( x,
y 
)

Definition at line 279 of file BigMath.php.

Auth_OpenID_GmpMathWrapper::cmp ( x,
y 
)

Definition at line 294 of file BigMath.php.

Auth_OpenID_GmpMathWrapper::div ( x,
y 
)

Definition at line 314 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::pow ( base,
exponent 
)

Definition at line 289 of file BigMath.php.

Auth_OpenID_GmpMathWrapper::powmod ( base,
exponent,
modulus 
)

Definition at line 319 of file BigMath.php.

Auth_OpenID_GmpMathWrapper::sub ( x,
y 
)

Definition at line 284 of file BigMath.php.

Auth_OpenID_GmpMathWrapper::toString ( num)

Definition at line 324 of file BigMath.php.


Member Data Documentation

Auth_OpenID_GmpMathWrapper::$type = 'gmp'

Definition at line 277 of file BigMath.php.


The documentation for this class was generated from the following file: