imul 
ES2015
Math.imul()ponyfill
Install
$ npm install --save imul
Usage
var imul = require('imul');
imul(2, 4);
//=> 8
License
MIT © Sindre Sorhus
| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdimul |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionimul
WebJar for imul
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| imul-1.0.1.pom | |
| imul-1.0.1.jar | 4 KB |
| imul-1.0.1-sources.jar | 22 bytes |
| imul-1.0.1-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/imul/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>imul</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/imul/
implementation 'org.webjars.npm:imul:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/imul/
implementation ("org.webjars.npm:imul:1.0.1")
'org.webjars.npm:imul:jar:1.0.1'
<dependency org="org.webjars.npm" name="imul" rev="1.0.1">
<artifact name="imul" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='imul', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "imul" % "1.0.1"
[org.webjars.npm/imul "1.0.1"]
ES2015
Math.imul()ponyfill
$ npm install --save imul
var imul = require('imul');
imul(2, 4);
//=> 8
MIT © Sindre Sorhus