The class NSDecimalNumber can already handle arithmetic operations. Look up its
documentation directly.
--
Gary L. Wade (Sent from my iPhone)
http://www.garywade.com/
> On Mar 9, 2014, at 4:34 AM, "jonat...@mugginsoft.com"
> wrote:
>
> I require to use NSDecimalNumber extensively.
>
> When cr
I require to use NSDecimalNumber extensively.
When creating NSDecimalNumbers it is advised not to use the NSNumber subclass
initWithXXX methods:
http://www.cocoabuilder.com/archive/cocoa/227178-question-on-estimating-arraywithcapacity.html#227253
I presume that this still applies.
To me it would