Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

arithmetic-type/uint64

Repository files navigation

64-bit unsigned integer arithmetic and logic operators for JavaScript. Implemented using big endian arrays of two signed 32-bit integers.

Used in js-hash. For the 32-bit counterpart, see arithmetic-type/uint32.

let a = get64(0, 1) ;
rotr64(a, 1); // [-1, 0]

let x = get64(0xFFFFFFFF, 0xFFFFFFFF);
add64(x, x); // [-1, -2]

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

About

🐰 64-bit unsigned integer arithmetic and logic operators for JavaScript

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Morty Proxy This is a proxified and sanitized view of the page, visit original site.