Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个应用程序,除其他外,它将能够将非常大的数字乘以或除以数字 19 - 这些大数字可能跨越数百位数字。你知道我可以使用的图书馆吗?提前致谢。我曾尝试使用 NSDecimalNumber,但它无法产生超过 38 位的结果。
如果许可不是问题,则GMP是好的。