Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/simplestatistics/src/min.js

simple statistics for node & browser javascript
Latest
import * as simplestatistics from "https://deno.land/x/simplestatistics@v7.8.3/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.