Click or drag to resize

NumberStone Namespace

 
Classes
  ClassDescription
Public classBigProduct
A BigProduct can be used to store arbitrarily large rational numbers by their prime factorization.
Public classBinomialCoefficient
Stores a binomial coefficient in a format that allows for easily incrementing and decrementing the super and sub of the coefficient.
Public classchoose
A static container for identity method
Public classdivisibility
A static container for identity method
Public classfactors
A static container for identity method
Public classgreatestCommonDivisor
A static container for identity method
Public classisPrime
A static class that helps check numbers for primality.
Public classisWithin
A static function container for comparing an element to two boundaries.
Public classKahanSum
A mutable Double sum that compensates for floating-point errors.
Public classKahanSumT
A mutable generic sum that compensates for floating-point errors.
Public classLogarithmicProgresser
Stores a (floored) logarithm that is easy to increment.
Public classprimeFactors
A static container for identity method
Public classprimes
A static container for identity method
Public classsmallestFactor
A static container for identity method
Public classunsignedDiff
A static container for identity method