issues
search
numbers
/
numbers.js
Advanced Mathematics Library for Node.js and JavaScript
Apache License 2.0
1.76k
stars
168
forks
source link
Added array max and min functions
#25
Closed
KartikTalwar
closed
11 years ago
KartikTalwar
commented
11 years ago
Added:
2 functions to
basic.js
giving you the ability to do a
max()
and
min()
on an array.
Corresponding tests
Added:
basic.js
giving you the ability to do amax()
andmin()
on an array.