Re: [swift-users] Swift 3 Decimal NSDecimal NSDecimalNumber

2016-12-20 Thread Brent Royal-Gordon via swift-users
> On Dec 20, 2016, at 8:32 AM, Alex Thurston via swift-users > wrote: > > Swift 3 introduced the Decimal class, which at first I thought was supposed > to 'replace' NSDecimalNumber in Swift, like Error is the new NSError, etc. > However, upon further investigation, it's not clear to me that t

[swift-users] Swift 3 Decimal NSDecimal NSDecimalNumber

2016-12-20 Thread Alex Thurston via swift-users
Hello, this is my first message to swift-users so please let me know if I should be doing anything differently. I'm working with an app that already uses NSDecimalNumber, mostly for currency and formatting, and we have many extensions for NSDecimalNumber written in Obj-C. Swift 3 introduced th