Found 36 packages
A C# library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.
LongCalc Arbitrary Precision Float and Complex Number Library
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
LongCalcNetCore Arbitrary Precision Float and Complex Number Library
Implementation of rational number arithmetic for .NET with arbitrary precision.
An arbitrary precision decimal library for C#
A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic
A .NET wrapper for the GNU MPFR library.
MultiPrecision Curve Fitting - linear, polynomial, pade, arbitrary function
An updated & fixed fork of a fork of Osinko's arbitrary precision floating-point library, BigFloat.
An arbitrary size and precision rational number stored using two BigIntegers.
An arbitrary size and precision date and time stored using a BigReal.
Arbitrary precision rational number class. Stores the numerator and denominator.
Xamarin binding for numbers-java: a Java implementation of arbitrary-precision arithmetic classes
BigRational builds on the BigInteger introduced in .NET Framework 4 to create an arbitrary-precision rational number type. This documentation contains reference documentation for the BigRational type.
GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers.
Arbitrary precision complex (imaginary) numbers.
NeinMath is playing around with arbitrary precision integers, written in pure managed code, not using any unsafe stuff, and a bit faster than the build-in .NET type for integers with a few thousand bits.
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.
IntX is an arbitrary precision integers class written in pure C# with fast - about O(N * log N) - multiplication/division algorithms implementation. Runs on .NET 2.0+.