UNPKG

@sgratzl/science

Version:

Scientific and statistical computing in JavaScript.

6 lines (5 loc) 167 B
export * from './core/index'; import * as lin_ from './lin/index'; import * as stats_ from './stats/index'; export const lin = lin_; export const stats = stats_;