https://github.com/arithmetic-type/int32
:beetle: 32-bit signed integer arithmetic and logic operators for JavaScript
https://github.com/arithmetic-type/int32
Last synced: 3 months ago
JSON representation
:beetle: 32-bit signed integer arithmetic and logic operators for JavaScript
- Host: GitHub
- URL: https://github.com/arithmetic-type/int32
- Owner: arithmetic-type
- License: agpl-3.0
- Created: 2022-06-25T12:43:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T09:50:27.000Z (about 1 year ago)
- Last Synced: 2024-04-07T10:37:00.338Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://arithmetic-type.github.io/int32
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:beetle: [@arithmetic-type/int32](https://arithmetic-type.github.io/int32)
==32-bit signed integer arithmetic and logic operators for JavaScript.
See [docs](https://arithmetic-type.github.io/int32/index.html).```js
import {div32, mul32} from '@arithmetic-type/int32';div32(5, -2); // -2
mul32(-123456, -123456); // -1938485248
```[](https://raw.githubusercontent.com/arithmetic-type/int32/main/LICENSE)
[](https://www.npmjs.org/package/@arithmetic-type/int32)
[](https://github.com/arithmetic-type/int32/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/arithmetic-type/int32/network/dependencies)
[](https://github.com/arithmetic-type/int32/issues)
[](https://www.npmjs.org/package/@arithmetic-type/int32)[](https://codeclimate.com/github/arithmetic-type/int32/issues)
[](https://codeclimate.com/github/arithmetic-type/int32/trends/churn)
[](https://codecov.io/gh/arithmetic-type/int32)
[](https://codeclimate.com/github/arithmetic-type/int32/trends/technical_debt)
[](https://arithmetic-type.github.io/int32/source.html)
[](https://bundlephobia.com/result?p=@arithmetic-type/int32)