Arbitrary Precision Arithmetic
The Extreme Optimization Numerical Libraries for .NET provide a set of types to represent numbers with arbitrary precision. There are three extended numeric types, to represent signed and unsigned integers, rational numbers, and real numbers. All these classes reside in the Extreme.Mathematics namespace.