Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

robust-subtract

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robust-subtract

Exact subtraction of non-increasing overlapping sequences

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
146K
-4.52%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

robust

FAQs

Package last updated on 28 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts