Implementation of rational number arithmetic for .NET with arbitrary precision.
Supported features:
- implicit conversions - rationals integrate seamlessly with other number types
- unlimited precision - rationals use BigInteger inside
- canonical form - each rational can have its canonical form...
More information
BigRational based on a stack machine to create an arbitrary-precision rational number type.
Provides constants and functions for power, root, trigonometric, exponential, logarithmic, trigonometric, hyperbolic and other
common mathematical functions.