1.0.0 • Published 12 years ago
robust-compare v1.0.0
robust-compare
Compares a pair of non-overlapping increasing sequences.
Example
var robustCompare = require("robust-compare")
console.log(robustCompare([1, 1e64]), robustCompare([-10000, -1e64]))Install
npm install robust-compareAPI
require("robust-compare")(a, b)
Given a pair of non-overlapping increasing sequences, determine if a or b is smaller/larger.
aandbare both non-overlapping increasing sequences
Returns A number giving the rank of a relative to b
< 0ifa < b= 0ifa = b> 0ifa > b
Credits
(c) 2014 Mikola Lysenko. MIT License
1.0.0
12 years ago