Skip to main content
Module

x/fae/median.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/median.ts";

Variables

Returns the median of the given list of numbers. NaNs are filtered out, if present. Returns NaN if the list is empty.