README
Finds the difference between the largest and smallest values. :package: :smiley_cat: :running: :vhs: :moon: :scroll: :newspaper: :blue_book:
This is part of package extra-math.
This is browserified, minified version of @extra-math/range.
It is exported as global variable math_range.
CDN: unpkg, jsDelivr.
math.range(...n);
// n: a list of numbers
const math = require("extra-math");
math.range(1, 7);
// 6
math.range(1, 7, 6);
// 6
math.range(1, 7, 8, 6);
// 7