Swift-BigInt icon indicating copy to clipboard operation
Swift-BigInt copied to clipboard

BInt Math Functions not showing

Open jadejamig opened this issue 4 years ago • 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

jadejamig avatar Oct 22 '20 06:10 jadejamig

BIntMath is currently internal.

twodayslate avatar Oct 22 '20 17:10 twodayslate

So when will it be non internal?

ghost avatar Apr 06 '22 05:04 ghost

@twodayslate Do you remember why we have set it to internal?

mkrd avatar May 25 '22 15:05 mkrd

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?

twodayslate avatar May 25 '22 15:05 twodayslate