All Projects → sindresorhus → Imul

sindresorhus / Imul

Licence: mit
ES2015 Math.imul() ponyfill

Programming Languages

javascript
184084 projects - #8 most used programming language

imul Build Status

ES2015 Math.imul() ponyfill

Install

$ npm install --save imul

Usage

var imul = require('imul');

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

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].