All Projects → kevinresol → bigint

kevinresol / bigint

Licence: other
Big Integer for Haxe

Programming Languages

haxe
709 projects

Work in progress

Big Integer

Build Status

Blog Post

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].