Module

x/simplestatistic/src/min.js

simple statistics for node & browser javascript
import * as mod from "https://dotland.deno.dev/x/simplestatistic@v7.7.1/src/min.js";

Functions

The min is the lowest number in the array. This runs in O(n), linear time, with respect to the length of the array.