An open API service indexing awesome lists of open source software.

https://github.com/willdoescode/polynomial-parser-and-solver

random polynomial solver written in haskell
https://github.com/willdoescode/polynomial-parser-and-solver

haskell idk math

Last synced: 7 months ago
JSON representation

random polynomial solver written in haskell

Awesome Lists containing this project

README

          

# Polynomial Parser and Solver

### Bored in math class

```bash
$ ghc Main.hs && ./Main x^2 - 8x + 12
```

![screenshot](assets/img.png)