I want to use BigNums, but GMP is infected with GNU virus. Matt McCutchen's lib is good, but it has only BigInts. What library will /prog/ advise?
Name:
Anonymous2012-05-06 16:07
Why do you need BigNum Complex arithmetic? Are you doing quantum physics?
IEEE754 64-bit floating point is good enough. There are certain techniques you can do to increase accuracy over large accumulations/summations, plus merged multiply-addition pipelines on modern hardware.