imul

ES2015 Math.imul() ponyfill


Keywords
es2015, ponyfill, polyfill, shim, number, math, imul, multiplication
License
MIT
Install
npm install imul@2.0.0

Documentation

Deprecated as this is now natively available in all modern browsers and Node.js versions.


imul

ES2015 Math.imul() ponyfill

Install

$ npm install --save imul

Usage

var imul = require('imul');

imul(2, 4);
//=> 8

License

MIT © Sindre Sorhus