/range-arithmetic

A javascript library for adding and subtracting of numeric ranges, e.g. [[0, 2], [3, 8]] - [[1, 7]] -> [[0, 1], [7, 8]]

Primary LanguageJavaScriptApache License 2.0Apache-2.0

No issues in this repository yet.