Swift-BigInt
Swift-BigInt copied to clipboard
BInt Math Functions not showing
Even after importing the module, I cant seem to use the BInt functions like GCD LCM Permu and Combination
BIntMath
is currently internal.
So when will it be non internal?
@twodayslate Do you remember why we have set it to internal?
Things are internal by default so may have just left it like that.
Also might want to think of a smarter way to do the API. Should we have a BigIntMath class with class functions or just have them be a part of BigInt?