Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
33 contributions in the last year
Contribution activity
May - September 2020
thelonious has no activity
yet for this period.
April 2020
Created an issue in objecthub/swift-numberkit that received 3 comments
Rational<BigInt> stack overflow when subtracting from a negative number
With the following snippet: let a = Rational<BigInt>(-1, 4) let b = Rational<BigInt>(0) let c = a - b I get an infinite recursion between BigInt.plus(
3
comments