Arbitrary-precision arithmetic Explanation

后端 未结 8 1649
青春惊慌失措
青春惊慌失措 2020-11-22 11:10

I\'m trying to learn C and have come across the inability to work with REALLY big numbers (i.e., 100 digits, 1000 digits, etc.). I am aware that there exist libraries to do

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 11:40

    Don't reinvent the wheel: it might turn out to be square!

    Use a third party library, such as GNU MP, that is tried and tested.

提交回复
热议问题