neonumeric - C++ arbitrary precision arithmetic library
Chris M. Thomasson
chris.m.thomasson.1 at gmail.com
Sat Mar 6 17:13:26 EST 2021
On 3/5/2021 8:51 AM, Mr Flibble wrote:
> neonumeric - C++ arbitrary precision arithmetic library with arbitrary
> precision integers, floats and rationals:
>
> https://github.com/i42output/neonumeric
>
> It hasn't been formally released yet as it still requires more extensive
> testing. It will be used as part of my universal compiler, neos, that
> can compile any programming language and will be used for the neos
> implementation of Python (Python has big integers).
>
> Message ends.
Get atan2, cos and sin, and I have some code to run it against.
https://github.com/ChrisMThomasson/fractal_cipher/blob/master/RIFC/cpp/ct_rifc_sample.cpp
It needs arbitrary precision! :^)
More information about the Python-list
mailing list