NSDecimalNumber, an immutable subclass of NSNumber, provides an object-oriented wrapper for doing base-10 arithmetic.
I'm using NSDecimalNumber to store a value for currency. I'm trying to write a method called "cents" which returns the …
objective-c xcode nsdecimalnumber mantissa