UNPKG
@sgratzl/science
Version:
latest (2.0.0)
2.0.0
Scientific and statistical computing in JavaScript.
github.com/sgratzl/science.js
sgratzl/science.js
@sgratzl/science
/
src
/
core
/
ascending.js
4 lines
(3 loc)
•
64 B
JavaScript
View Raw
1
2
3
4
export
default
function
ascending
(
a, b
) {
return
a - b; };