Socket
Socket
Sign inDemoInstall

robust-subtract

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    robust-subtract

Exact subtraction of non-increasing overlapping sequences


Version published
Weekly downloads
140K
increased by5.03%
Maintainers
1
Install size
5.96 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 28 Apr 2014

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc