I am writing an app that , among other things will be able to multiply or divide very large numbers by number 19 - Those large numbers could possibly span hundreds of digits . Do you know of a library I could use for that? Thanks in advance. I have tried using NSDecimalNumber but its not able to produce results past 38 digits.

有帮助吗?

解决方案

If licensing is not an issue GMP is good.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top