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
- Host: GitHub
- URL: https://github.com/willdoescode/polynomial-parser-and-solver
- Owner: willdoescode
- License: mit
- Created: 2022-12-15T07:34:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T23:19:26.000Z (about 3 years ago)
- Last Synced: 2025-06-10T22:48:28.859Z (7 months ago)
- Topics: haskell, idk, math
- Language: Haskell
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polynomial Parser and Solver
### Bored in math class
```bash
$ ghc Main.hs && ./Main x^2 - 8x + 12
```
