Big Int Math for SIGNED Values?
Okay, so I know about BigIntANSForth.fs, which is indeed very fine.
Alas however, for it handling only unsigned integers, as that rules out doing the Extended Euclidean Algorithm.
Unless, that is, someone knows of an elegant workaround for arbitrary precision signed values?
Actually, I do have a system, but it's VERY inelegant. To such a degree that I might very gladly abandon it, were there something tidier. Also faster, as mine is dead slow.
How inelegant, you ask? Seek out the file math.fs in the directory below...