math-log2

WebJar for math-log2

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

math-log2
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

math-log2
WebJar for math-log2
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/sindresorhus/math-log2

Скачать math-log2

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

math-log2 Build Status

ES2015 Math.log2() ponyfill

Install

$ npm install --save math-log2

Usage

var mathLog2 = require('math-log2');

mathLog2(5);
//=> 2.321928094887362

License

MIT © Sindre Sorhus

Версии библиотеки

Версия
1.0.1