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