Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/poolifier/src/utils.ts>median

Fast and small web worker pool
Latest
variable median
import { median } from "https://deno.land/x/poolifier@v0.3.14/src/utils.ts";

Computes the median of the given data set.

type

(dataSet: number[]) => number