Multiprecision Python Library That Plays Well With Boost::multiprecision Or Other Options?
I am working on a project that revolves around multiprecision 'complex' numbers, specifically it's a Mandelbrot Set-based app, but with a twist that requires decent correspondence
Solution 1:
I maintain gmpy2 which is a Python wrapper for both MPFR and MPC (and GMP). If you can provide an example, I may be able to help.
Post a Comment for "Multiprecision Python Library That Plays Well With Boost::multiprecision Or Other Options?"