bigint


To install, run:

haxelib install bigint 0.1.0 

See using Haxelib in Haxelib documentation for more information.

README.md

Work in progress

Big Integer

Build Status

Supported targets

  • Java via java.math.BigInteger in Java's standard library.
  • JavaScript via the big-integer npm package. (or add -lib embed-js to embed the library code).
  • Python via native integer (python has unlimited integer size). Requires python 3.5+ for the math.gcd method.
  • PHP via the GMP extension.

TODO

  • [ ] Pure Haxe implementation
Contributors
kevinresol
Version
0.1.0
Published
6 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub