Class for calculating arbitrarily large numbers?

前端 未结 1 1765
故里飘歌
故里飘歌 2020-12-18 16:09

I was wondering if there might not be a class that would allow as much accuracy as there is memory. With overloaded operators in order to do arithmetic on it as if it was a

相关标签:
1条回答
  • 2020-12-18 16:41

    There are plenty libraries for that, like GMP (it provides also a C++ interface) or cbignum.

    You'll probably find as many libraries of this kind as you wish.

    0 讨论(0)
提交回复
热议问题