swift-numberkit icon indicating copy to clipboard operation
swift-numberkit copied to clipboard

Advanced numeric data types for Swift 5, including BigInt, Rational, and Complex numbers.

Results 2 swift-numberkit issues
Sort by recently updated
recently updated
newest added

With `Rational` values, incorrect infinities or NaNs or zeroes are returned for `doubleValue` when the numerators or denominator or both are too large themselves to fit inside a `Double`, even...

I'm getting error in my xcode project when I have used the latest version of [Hedera SDK Swift](https://github.com/hashgraph/hedera-sdk-swift) so I checked it uses the latest version of NumberKit library which...