19 packages tagged with “arbitrary-precision”
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.
Implementation of rational number arithmetic for .NET with arbitrary precision.
Arbitrary precision rational number class. Stores the numerator and denominator.
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.
Advanced Java big math functions implementation using .NET Framework.
Arbitrary precision complex (imaginary) numbers.
An updated & fixed fork of a fork of Osinko's arbitrary precision floating-point library, BigFloat.
Big in C#. Port of big.js. A small, fast C# library for arbitrary-precision decimal arithmetic.
A univariate, sparse, symbolic, BigInteger polynomial arithmetic class.
BigFloat is a high-precision floating-point arithmetic library implemented in C#. It provides arbitrary-precision floating-point numbers with a dynamically sized mantissa, optimized algorithms, and no external dependencies.
A .NET port of the real arithmetic library which enables arbitrary-precision real number calculations.
An arbitrary-precision Decimal type for C#. Port of [decimal.js](https://github.com/MikeMcl/decimal.js/).
.NET implementation of radical expressions enabling radical expression arithmetic.
A symbolic, multivariate integer polynomial arithmetic library.
Library to perform symbolic polynomial arithmetic on generic numeric types.
Hamop (High Accuracy Math OPerations) is an arbitrary-precision math library for VB.NET targeting .NET Framework 4.5. It supports very large integer and decimal calculations, logarithmic and trigonometric functions, and high-precision numerical operations beyond native VB.NET limits.