Added bignum module based on the fantastic bigz library.#98
Added bignum module based on the fantastic bigz library.#98denise-amiga wants to merge 1 commit into
Conversation
|
Thanks for your PR. |
|
I only have Linux, but I don't think there will be any problems compiling it on other platforms since the library is in C (not C++). But I don't think there will be any problem making it cross-platform, finishing the Rational part (which I haven't included because I didn't need it for a project I'm currently working on), and adding the documentation to make it "perfect." |
| #Import "native/bign.c" | ||
| #Import "native/bigq.c" | ||
| #Import "native/bigz.c" | ||
| #Import "native/bzf.c" |
There was a problem hiding this comment.
You can move this code directly into the bigz.wx, delete makefile.wx and makefile_linux.wx files and commit/push this change.
This will restart the CI, and we can check whether the module compiles on other platforms before merging it.
No description provided.