robust-subtract

WebJar for robust-subtract

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

robust-subtract
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

robust-subtract
WebJar for robust-subtract
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/mikolalysenko/robust-subtract

Download robust-subtract

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

robust-subtract

Exactly computes the difference of two non-increasing overlapping sequences. See robust-sum for more details.

Example

var robustDiff = require("robust-subtract")

console.log(robustDiff([1], [1e-64]))

Install

npm install robust-subtract

API

require("robust-subtract")(a,b)

Returns the difference of the sequences a and b encoded as a non-overlapping increasing sequence.

  • a is the first number
  • b is the second number

Returns The difference of a and b

Credits

(c) 2014 Mikola Lysenko. MIT License

Versions

Version
1.0.0