@thi.ng/math
Version:
Assorted common math functions & utilities
21 lines (20 loc) • 572 B
JavaScript
export * from "./api.js";
export * from "./abs.js";
export * from "./angle.js";
export * from "./crossing.js";
export * from "./eqdelta.js";
export * from "./extrema.js";
export * from "./easing.js";
export * from "./fit.js";
export * from "./int.js";
export * from "./interval.js";
export * from "./libc.js";
export * from "./min-error.js";
export * from "./mix.js";
export * from "./permutations.js";
export * from "./prec.js";
export * from "./prime.js";
export * from "./ratio.js";
export * from "./safe-div.js";
export * from "./solve.js";
export * from "./step.js";