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

Arbitrary-precision arithmetic for Swift, in Swift

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

First, thanks for the great work you've done on the BigNum library. I was interested if the generic algorithms used in `GenericMath.swift` can be used with floating point decimal numbers....

From a mail I received > I want to use your BigNum Package to compute fractals with arbitrary Precision! However, I realised that the algorithm gets choked to death by...