JSPM

robust-subtract

0.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 108681
  • Score
    100M100P100Q167907F
  • License MIT

Exact subtraction of non-increasing overlapping sequences

Package Exports

  • robust-subtract

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (robust-subtract) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

robust-subtract

Exactly computes the difference of two non-increasing overlapping sequences.

API

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

Returns the difference of the sequences a and b

Credits

(c) 2013 Mikola Lysenko. MIT License