arbitrary-precision
There are 216 repositories under arbitrary-precision topic.
MikeMcl/bignumber.js
A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic
MikeMcl/decimal.js
An arbitrary-precision Decimal type for JavaScript
MikeMcl/big.js
A small, fast JavaScript library for arbitrary-precision decimal arithmetic.
brick/math
Arbitrary-precision arithmetic library for PHP
mpmath/mpmath
Python library for arbitrary-precision floating-point arithmetic
asc-community/AngouriMath
New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.
ericlagergren/decimal
A high-performance, arbitrary-precision, floating-point decimal library.
JuliaPhysics/Measurements.jl
Error propagation calculator and library for physical measurements. It supports real and complex numbers with uncertainty, arbitrary precision calculations, operations with arrays, and numerical integration.
flintlib/arb
Arb has been merged into FLINT -- use https://github.com/flintlib/flint/ instead
kokke/tiny-bignum-c
Small portable multiple-precision unsigned integer arithmetic in C
stillwater-sc/universal
Large collection of number systems providing custom arithmetic for mixed-precision algorithm development and optimization for AI, Machine Learning, Computer Vision, Signal Processing, CAE, EDA, control, optimization, estimation, and approximation.
ionspin/kotlin-multiplatform-bignum
A Kotlin multiplatform library for arbitrary precision arithmetics
MikeMcl/decimal.js-light
The light version of decimal.js, an arbitrary-precision Decimal type for JavaScript.
lcn2/calc
C-style arbitrary precision calculator
php-decimal/ext-decimal
Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP
eobermuhlner/big-math
Advanced Java BigDecimal math functions (pow, sqrt, log, sin, ...) using arbitrary precision.
mkrd/Swift-BigInt
A lightweight, Arbitrary Precision Arithmetic Library for Swift!
bgkillas/kalc
a complex numbers, 2d/3d graphing, arbitrary precision, vector/matrix, cli calculator with real-time output and support for units
ckormanyos/wide-integer
Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.
silentmatt/javascript-biginteger
A big integer library for JavaScript
chfast/intx
Extended precision integer C++ library
creachadair/imath
Arbitrary precision integer and rational arithmetic library
JuliaPhysics/PhysicalConstants.jl
Collection of fundamental physical constants with uncertainties. It supports arbitrary-precision constants
stencillogic/astro-float
Arbitrary precision floating point numbers library
status-im/nim-stint
Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.
tompazourek/Rationals
🔟 Implementation of rational number arithmetic for .NET with arbitrary precision.
cmpute/dashu
A library set of arbitrary precision numbers implemented in Rust.
krowinski/bcmath-extended
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.
JordanRL/Fermat
A library providing math and statistics operations for numbers of arbitrary size.
edubart/lua-bint
Arbitrary precision integer arithmetic library in pure Lua
kanasimi/CeJS
The project aims to develop a JavaScript module framework that is simple to use with some interesting features. 本計畫目標是建立一個簡單上手的 JavaScript 模組架構。
paulmasson/math
Complex special functions and common mathematical operations in JavaScript
AdamWhiteHat/BigDecimal
An arbitrary-precision decimal (base 10) floating-point number class. Over 4.5 million downloads on NuGet!
giordano/PolynomialRoots.jl
Fast complex polynomial root finder, with support for arbitrary precision calculations
ckormanyos/wide-decimal
Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.
c-ohle/RationalNumerics
.NET library for rational arithmetic based on a stack machine.