UNPKG

@jrc03c/js-math-tools

Version:
8 lines (5 loc) 89 B
import { std } from "./std.mjs" function stdev(x) { return std(x) } export { stdev }