/equation_solving

Simple program to numerical solution of equation with Haskell

Primary LanguageHaskell

Equation solving

Program that numerically solves equation f(x) = 0 with several methods

Implemented on Haskell