bigint
bigint copied to clipboard
Big Integer for Haxe
Work in progress
Big Integer
Blog Post
- http://www.kevinresol.com/2019-04-05/approaches-utilize-haxe-targets/
Supported targets
- Java via
java.math.BigIntegerin Java's standard library. - JavaScript via the
big-integernpm package. (or add-lib embed-jsto embed the library code). - Python via native integer (python has unlimited integer size). Requires python 3.5+ for the
math.gcdmethod. - PHP via the GMP extension.
TODO
- [ ] Pure Haxe implementation