2 devlogs
10h 4m 9s
A C++ terminal-based equation solver that parses and evaluates mathematical expressions with a single variable (x).
It finds and approximates one root within a given range using scanning and binary search.