permutation-parity

WebJar for permutation-parity

Лицензия

Лицензия

MIT
Категории

Категории

Parity Прикладные библиотеки Financial
Группа

Группа

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

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

permutation-parity
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

permutation-parity
WebJar for permutation-parity
Ссылка на сайт

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

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

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

https://github.com/scijs/permutation-parity

Скачать permutation-parity

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

<!-- https://jarcasting.com/artifacts/org.webjars.npm/permutation-parity/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>permutation-parity</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/permutation-parity/
implementation 'org.webjars.npm:permutation-parity:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/permutation-parity/
implementation ("org.webjars.npm:permutation-parity:1.0.0")
'org.webjars.npm:permutation-parity:jar:1.0.0'
<dependency org="org.webjars.npm" name="permutation-parity" rev="1.0.0">
  <artifact name="permutation-parity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='permutation-parity', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "permutation-parity" % "1.0.0"
[org.webjars.npm/permutation-parity "1.0.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : typedarray-pool jar [1.0.0,2)

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

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

permutation-parity

Computes the parity of a permutation.

Example

var sgn = require("permutation-parity")

console.log(sgn([0, 1, 2]), sgn([0, 2, 1]))

Install

npm install permutation-parity

API

require("permutation-parity")(p)

Determines the sign of a permutation

  • p is a permutation

Returns The sign of the permutation:

  • 1 if p is odd
  • -1 if p is even
  • 0 if p is not a permutation

Credits

(c) 2014 Mikola Lysenko. MIT License

org.webjars.npm

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

Версия
1.0.0