0.0.1-security.2 • Published 1 year ago
@f1stnpm3/nobis-laboriosam-maiores v0.0.1-security.2
Math.imul 
An ESnext spec-compliant Math.imul shim/polyfill/replacement that works as far down as ES3.
This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec.
Getting started
npm install --save @f1stnpm3/nobis-laboriosam-maioresUsage/Examples
console.log(Math.imul(2, 4)); // 8
console.log(Math.imul(-1, 8)); // -8
console.log(Math.imul(-2, -2)); // 4
console.log(Math.imul(0xffffffff, 5)); // -5Tests
Simply clone the repo, npm install, and run npm test
0.0.1-security
1 year ago
0.0.1-security.0
1 year ago
0.0.1-security.1
1 year ago
0.0.1-security.2
1 year ago
1.0.0
2 years ago
