multi-precision
There are 25 repositories under multi-precision topic.
libtom/libtommath
LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.
ericlagergren/decimal
A high-performance, arbitrary-precision, floating-point decimal library.
kokke/tiny-bignum-c
Small portable multiple-precision unsigned integer arithmetic in C
status-im/nim-stint
Stack-based arbitrary-precision integers - Fast and portable with natural syntax for resource-restricted devices.
mborisov1/rsa_embedded
Implementation of RSA encryption in C for embedded 32-bit microprocessors
prdx23/1024-bit-primes
Rust code to generate 1024-bit primes
mrdcvlsc/APA
A C++ library for big integers and dynamic precision floating-point
tex2e/multiple-precision
長野高専の3J「アルゴリズムとデータ構造」後期の多倍長演算プログラム
tk-yoshimura/MultiPrecision
MultiPrecision Arithmetic Implements
chipjarred/KnuthAlgorithmD
Swift implementation of Donald Knuth's multi-precision unsigned integer division Algorithm D, from The Art of Computer Programming, Vol 2: Semi-numerical Algorithms, Chapter 4.3.3
ykoba1994/bignumber.nim
An implementation of arbitrary precision integers and floating point numbers for Nim.
FilipeLopesPires/GoldbachConjecture
Goldbach Conjecture: a study on one of the oldest and best-known unsolved problems in all of mathematics.
jfcg/DBL
Multi-term extended precision floating point arithmetic library
JuliaIntervals/MPFI.jl
Julia wrapper of the MPFI multi-precision interval library
tk-yoshimura/AAAFitting
MultiPrecision AAA Complex Fitting Implements
RichardAth/DiphantineSolverMk3
Solves diophantine equations of the form Ax² + Bxy + Cy² +Dx + Ey +F = 0
wicstas/mandelbrot
a high precision Mandelbrot renderer
sinandredemption/mpz_disk
C library implementing disk-based multi-precision arithmetic for gigantic numbers too large to be fit in system memory
tk-yoshimura/GaussKronrod
Calulation for Root and Weight of Gauss Kronrod Integral
tk-yoshimura/LegendrePolynomialRoot
MultiPrecision Legendre Polynomial Root Finding
tk-yoshimura/MultiPrecisionComplex
MultiPrecision Complex and Quaternion Implements
tk-yoshimura/MultiPrecisionDifferentiate
MultiPrecision Numerical Differentiation Implements
tk-yoshimura/MultiPrecisionIntegrate
MultiPrecision Numerical Integration Implements
tk-yoshimura/MultiPrecisionRootFinding
MultiPrecision Root Finding Method Implements
tk-yoshimura/MultiPrecisionSeriesAcceleration
MultiPrecision Series Acceleration Implements