Re: NSDecimalNumber queries

2014-03-09 Thread Gary L. Wade
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

NSDecimalNumber queries

2014-03-09 Thread jonat...@mugginsoft.com
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