Skip to content

kevinresol/bigint

Repository files navigation

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

About

Big Integer for Haxe

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages