Pregunta

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.

¿Fue útil?

Solución

If licensing is not an issue GMP is good.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top