Re: Large number support (BIG INT)
Re: Large number support (BIG INT)
- Subject: Re: Large number support (BIG INT)
- From: Shawn Erickson <email@hidden>
- Date: Sat, 10 Jan 2004 13:27:14 -0800
On Jan 10, 2004, at 12:16 PM, Chad Armstrong wrote:
What type of options are available in Cocoa (or C) to support
arithmetic and trigonometric operations on large numbers (i.e. numbers
with thousands or even millions of digits)? It appears that a
'double' in Cocoa works OK until it approaches around 15 digits of
accuracy. After that, then things might start going wrong. Are there
any GNU or freely available packages for large number support?
Have you looked at NSDecimalNumber?
<
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSDecimalNumber.html>
-Shawn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.