Hacker News new | ask | show | jobs
Show HN: I built a tool to "vibe solve" quadratic equations (calcverse.live)
1 points by adi_hn07 449 days ago
I recently started building calculators and got addicted. This is my attempt at building a calculator which doesn't just give the roots of the quadratic equation but also shows the steps to calculate them. Works for both real and imaginary roots. Requesting your feedback on how I can make it better/more useful. Thanks!

Tech Stack: Next, React, TS, Tailwind and ShadCN

Important Libraries: katex, react-katex

1 comments

Just shipped a change which improves simplification of the root expressions.