An open API service indexing awesome lists of open source software.

https://github.com/luser/uint64.js

Unsigned 64-bit integer class for JavaScript
https://github.com/luser/uint64.js

Last synced: over 1 year ago
JSON representation

Unsigned 64-bit integer class for JavaScript

Awesome Lists containing this project

README

          

uint64.js provides a simple Uint64 class for working with unsigned 64-bit
integers in JavaScript. It relies on Typed Arrays, so it's only suitable
for use in certain browsers.

I've only tested this in Firefox nightly builds, so YMMV.