Returns the minimum value of an array.
The array
const result = Chalkboard.stat.min([-1, 5, 3]); // Returns -1 Copy
const result = Chalkboard.stat.min([-1, 5, 3]); // Returns -1
Returns the minimum value of an array.