Class IntCRTMath

java.lang.Object
org.apfloat.internal.IntBaseMath
org.apfloat.internal.IntCRTMath
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IntCarryCRTStepStrategy

public class IntCRTMath extends IntBaseMath
Basic arithmetic for calculating the Chinese Remainder Theorem. Works for the int type.
Version:
1.6
Author:
Mikko Tommila
See Also: