@mathigon/fermat
Version:
Powerful mathematics and statistics library for JavaScript.
11 lines (10 loc) • 322 B
TypeScript
export * from './arithmetic';
export * from './combinatorics';
export * from './complex';
export * from './xnumber';
export * as Matrix from './matrix';
export * from './number-theory';
export * as Random from './random';
export * as Regression from './regression';
export * from './statistics';
export * from './vector';