UNPKG

@jrc03c/js-math-tools

Version:
8 lines (5 loc) 135 B
import { stats } from "./stats.mjs" function max(arr, shouldDropNaNs) { return stats(arr, { shouldDropNaNs }).max } export { max }