0

Is there a library that can be implemented relatively easily in windows? I made a few functions a while ago which used arrays of numbers to get the desired outcome. I might work at them when I get the time.

But is there any such feature already available that can be implemented into c++ easily?

Qantas 94 Heavy
  • 15,750
  • 31
  • 68
  • 83
Abcd
  • 57
  • 1
  • 4
  • Related Question: [Bignum libraries for windows?](http://stackoverflow.com/questions/1286578/bignum-libraries-for-windows) – kalaxy Aug 30 '12 at 17:53

1 Answers1

0

Apparently people have had luck with using the GNU Multiple Precision Arithmetic Library for Windows.

Magnus Hoff
  • 21,529
  • 9
  • 63
  • 82