UNPKG

@sgratzl/science

Version:

Scientific and statistical computing in JavaScript.

4 lines (3 loc) 64 B
export default function ascending(a, b) { return a - b; };