You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Final implementation of Decimal
This extends the normalisation routines to be able to handle
mismatched size elements, and division of decimals that are larger
than short values correctly. It adds tests that are the same coverage
as for NSDecimal on Darwin.
* Implement NSDecimalNumber
Using the functionality in NSDecimal, implement the NSDecimalNumber
such that the additional tests in TestNSDecimal pass.
0 commit comments