UNPKG

fsolve-js

Version:

A numerical solver for non-linear systems of equations, utilizing the n-dimensional Newton-Raphson method.

3 lines (2 loc) 92 B
export { Differentiator } from "./differentiator.js"; export { Solver } from "./solver.js";