1

Possible Duplicate:
biginteger on Objective-c

Is there any NS* class for arbitrary size integers in objective c like BigInteger in C#? if not, is gmp a good library to import or is there a better library/way? The operations I need is addition, subtraction, multiplication and division(with truncation). Memory is a big issue for this application so the one that uses least memory will be the best. Run time is not an issue as long as it doesn't take years per operation.

Community
  • 1
  • 1
Daniel
  • 30,896
  • 18
  • 85
  • 139

0 Answers0