Skip to content

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

License

Notifications You must be signed in to change notification settings

arithmetic-type/int32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

255 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  •  
  •  
  •