Skip to content

arithmetic-type/int32

Repository files navigation

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

About

🪲 32-bit signed integer arithmetic and logic operators for JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •