Packagecom.hurlant.math
Classpublic class NullReduction
InheritanceNullReduction Inheritance Object
Implements com.hurlant.math.IReduction

A "null" reducer



Public Methods
 MethodDefined By
  
NullReduction
  
NullReduction
  
NullReduction
  
NullReduction
  
NullReduction
Method Detail
convert()method
public function convert(x:BigInteger):BigInteger

Parameters

x:BigInteger

Returns
BigInteger
mulTo()method 
public function mulTo(x:BigInteger, y:BigInteger, r:BigInteger):void

Parameters

x:BigInteger
 
y:BigInteger
 
r:BigInteger

reduce()method 
public function reduce(x:BigInteger):void

Parameters

x:BigInteger

revert()method 
public function revert(x:BigInteger):BigInteger

Parameters

x:BigInteger

Returns
BigInteger
sqrTo()method 
public function sqrTo(x:BigInteger, r:BigInteger):void

Parameters

x:BigInteger
 
r:BigInteger