UNPKG

ts-math

Version:

A collection of math functions and packages written in Typescript

15 lines (14 loc) 440 B
import numeric from "numeric"; import seedrandom from "seedrandom"; import fmin from "fmin"; export * from "./FormatFunctions"; export * from "./Math"; export * from "./quadprog"; export * from "./RandomNumberGenerator"; export * from "./permute"; export * from "./brownianBridge"; export * from "./sobol"; export * from "./cholesky"; export * from "./interpolation"; export * from "./hypergeometric"; export { fmin, numeric, seedrandom };