Re: Large number support (BIG INT)
Re: Large number support (BIG INT)
- Subject: Re: Large number support (BIG INT)
- From: Vince DeMarco <email@hidden>
- Date: Mon, 12 Jan 2004 08:50:48 -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?
Yeah use NSDecimalNumber
vince
Chad Armstrong
email@hidden
_______________________________________________
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.
_______________________________________________
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.