imul

ES2015 Math.imul() ponyfill

Deprecated
Last updated 5 years ago by sindresorhus .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install imul 
SYNC missed versions from official npm registry.

imul

ES2015 Math.imul() ponyfill

Install

$ npm install --save imul

Usage

var imul = require('imul');

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

License

MIT © Sindre Sorhus

Current Tags

  • 2.0.0                                ...           latest (5 years ago)

3 Versions

  • 2.0.0 [deprecated]           ...           5 years ago
  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 1
This Month 4
Last Day 0
Last Week 3
Last Month 1
Dependencies (0)
None
Dev Dependencies (1)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |