fsolve-js
A numerical solver for non-linear systems of equations, utilizing the n-dimensional Newton-Raphson method.
findroots
A TypeScript implementation of High-Performance Polynomial Root Finding for Graphics (Yuksel 2022)
nomial
A TypeScript implementation of High-Performance Polynomial Root Finding for Graphics (Yuksel 2022)
root-finding
A javascript CLI implementation of root finding using Newton-Raphson's method.