mkrd/Swift-BigInt

BInt Math Functions not showing

jadejamig opened this issue · 4 comments

Even after importing the module, I cant seem to use the BInt functions like GCD LCM Permu and Combination
Screen Shot 2020-10-22 at 2 10 17 PM

BIntMath is currently internal.

So when will it be non internal?

mkrd commented

@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?