Skip to content

A package to perform precise 64 and 128-bit math operations in typescript.

License

Notifications You must be signed in to change notification settings

ghent360/intmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integer math library for 64-bit and 128-bit operations

The library includes two classes Int64 and Int128. Both perform operations on signed integer numbers with 64-bit and 128-bit respectively. The underlying implementation uses WebAssembly to perform the operations.

TODO:

  • fix the toString()/fromString() implementations.
  • add support for Int128 division.

About

A package to perform precise 64 and 128-bit math operations in typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published