Is there an equivalent to Java's BigInteger
class in Swift? I am tying to do large calculations in Swift with positive integers larger than UInt64
maximum valye.
What is the best way to handle these numbers in Swift?
Question&Answers:osIs there an equivalent to Java's BigInteger
class in Swift? I am tying to do large calculations in Swift with positive integers larger than UInt64
maximum valye.
What is the best way to handle these numbers in Swift?
Question&Answers:os