Nearly done

I’ve been working on a graphing calculator for around a month now and have started running out of things I can think to add, other than just overhauling what I’ve already done to be more generalized, like replacing the quadratic function with wholly polynomial function, or the square root function with wholly the “nth root” function.

At the moment, I’m working on adding a way to scale the y value so that it’s easier to read.

Is there anything else y’all can think of?

I find the user interface confusing. First you ask for a slope and y-intercept. To me, that makes sense only if you’re drawing a line. But much later, you ask what kind of equation this is. I think you should ask for the equation type first, and then ask for values that make sense in that kind of equation.

Alright, done! I reorganized the questions to and made each section only ask what was needed. I accidentally broke the polynomial function a bit, as I added a “Rate of change” value to the exponential function, and that seems to have shifted all of my variables in the block up one, causing exponent in the polynomial function to be zero. But that’s fixed!

Only issue now is that decaying exponential functions don’t seem to be working for some reason. I’ll look into that more later when I have the time though.

Thank you for your suggestion!

Okay, I fixed that too!