@arithmetic-type/int32

0.0.1 • Public • Published

🪲 @arithmetic-type/int32

32-bit signed integer arithmetic and logic operators for JavaScript. See docs.

import {div32, mul32} from '@arithmetic-type/int32';

div32(5, -2); // -2
mul32(-123456, -123456); // -1938485248

License Version Tests Dependencies GitHub issues Downloads

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

Package Sidebar

Install

npm i @arithmetic-type/int32

Weekly Downloads

1

Version

0.0.1

License

AGPL-3.0

Unpacked Size

472 kB

Total Files

14

Last publish

Collaborators

  • raskat
  • aureooms