a beautiful gui program made with haskell and gtk
Go to file
sheaf 58ca70c1bd optimise root-finding functions
* use PrimArray to represent polynomials
  * add some strictness annotations
  * turn on some optimisation flags
  * use quadratic formula for quadratic polynomials
2020-09-19 00:43:07 +02:00
app optimise root-finding functions 2020-09-19 00:43:07 +02:00
assets add debug mode to visualise fitting algorithm 2020-09-14 06:03:45 +02:00
img add info bar 2020-08-08 05:33:35 +02:00
src optimise root-finding functions 2020-09-19 00:43:07 +02:00
.gitignore curve dragging support 2020-09-18 19:17:40 +02:00
cabal.project add document history & undo/redo 2020-09-10 18:59:14 +02:00
installation_notes.md add document history & undo/redo 2020-09-10 18:59:14 +02:00
MetaBrush.cabal optimise root-finding functions 2020-09-19 00:43:07 +02:00