arithmetic-type/uint32

View on GitHub
README.md

Summary

Maintainability
Test Coverage
: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
```

[![License](https://img.shields.io/github/license/arithmetic-type/uint32.svg)](https://raw.githubusercontent.com/arithmetic-type/uint32/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@arithmetic-type/uint32.svg)](https://www.npmjs.org/package/@arithmetic-type/uint32)
[![Tests](https://img.shields.io/github/actions/workflow/status/arithmetic-type/uint32/ci.yml?branch=main&event=push&label=tests)](https://github.com/arithmetic-type/uint32/actions/workflows/ci.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/arithmetic-type/uint32.svg)](https://github.com/arithmetic-type/uint32/network/dependencies)
[![GitHub issues](https://img.shields.io/github/issues/arithmetic-type/uint32.svg)](https://github.com/arithmetic-type/uint32/issues)
[![Downloads](https://img.shields.io/npm/dm/@arithmetic-type/uint32.svg)](https://www.npmjs.org/package/@arithmetic-type/uint32)

[![Code issues](https://img.shields.io/codeclimate/issues/arithmetic-type/uint32.svg)](https://codeclimate.com/github/arithmetic-type/uint32/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/arithmetic-type/uint32.svg)](https://codeclimate.com/github/arithmetic-type/uint32/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/arithmetic-type/uint32/main.svg)](https://codecov.io/gh/arithmetic-type/uint32)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/arithmetic-type/uint32.svg)](https://codeclimate.com/github/arithmetic-type/uint32/trends/technical_debt)
[![Documentation](https://arithmetic-type.github.io/uint32/badge.svg)](https://arithmetic-type.github.io/uint32/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@arithmetic-type/uint32)](https://bundlephobia.com/result?p=@arithmetic-type/uint32)