Number Theory
Under the MathNet.Numerics.NumberTheory namespace we provide methods for arithmetic on different integers types. The integer types are int, long and the BigInteger type from .NET 4.0. Some of the algorithms in here are Euclid's algorithm for computing the greatest common divisor, checking for perfect squares etc.



