multiple-precision
There are 9 repositories under multiple-precision topic.
stencillogic/astro-float
Arbitrary precision floating point numbers library
cmpute/dashu
A library set of arbitrary precision numbers implemented in Rust.
ckormanyos/wide-decimal
Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.
spcl/apfp
FPGA acceleration of arbitrary precision floating point computations.
dwayne/elm-natural
The natural numbers, ℕ = { 0, 1, 2, ... }.
dwayne/elm-integer
The integers, ℤ = { ..., -2, -1, 0, 1, 2, ... }.
jmgc/SwiftMP
Swift wrapper for the GMP library.
yu1hpa/mulprectest
mulprectest is a Python library for students which learn how to implement a PI in multiple precision. It's designed to make it's easy to test a PI by multiple precision.