https://github.com/arithmetic-type/uint32
:honeybee: 32-bit unsigned integer arithmetic and logic operators for JavaScript
https://github.com/arithmetic-type/uint32
32-bit agpl integer-arithmetic javascript unsigned-integers
Last synced: about 1 month ago
JSON representation
:honeybee: 32-bit unsigned integer arithmetic and logic operators for JavaScript
- Host: GitHub
- URL: https://github.com/arithmetic-type/uint32
- Owner: arithmetic-type
- License: agpl-3.0
- Created: 2014-11-05T20:41:00.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T03:05:29.000Z (about 1 month ago)
- Last Synced: 2025-04-12T04:22:26.611Z (about 1 month ago)
- Topics: 32-bit, agpl, integer-arithmetic, javascript, unsigned-integers
- Language: JavaScript
- Homepage: https://arithmetic-type.github.io/uint32
- Size: 2.4 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:honeybee: [@arithmetic-type/uint32](https://arithmetic-type.github.io/uint32)
==32-bit unsigned integer arithmetic and logic operators for JavaScript using
32-bit signed integers as the underlying data type.Used in [js-hash](https://github.com/make-github-pseudonymous-again/js-hash).
For a 64-bit version, see [@arithmetic-type/uint64](https://github.com/arithmetic-type/uint64).```js
rotl32(1, 1); // 2
```[](https://raw.githubusercontent.com/arithmetic-type/uint32/main/LICENSE)
[](https://www.npmjs.org/package/@arithmetic-type/uint32)
[](https://github.com/arithmetic-type/uint32/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/arithmetic-type/uint32/network/dependencies)
[](https://github.com/arithmetic-type/uint32/issues)
[](https://www.npmjs.org/package/@arithmetic-type/uint32)[](https://codeclimate.com/github/arithmetic-type/uint32/issues)
[](https://codeclimate.com/github/arithmetic-type/uint32/trends/churn)
[](https://codecov.io/gh/arithmetic-type/uint32)
[](https://codeclimate.com/github/arithmetic-type/uint32/trends/technical_debt)
[](https://arithmetic-type.github.io/uint32/source.html)
[](https://bundlephobia.com/result?p=@arithmetic-type/uint32)