mishima
- 576
- 43
Hi, I was curious how I could turn any expression that looks like:
x += (100- x) * 0.01;
into a function that could be graphed.
x += (100- x) * 0.01;
into a function that could be graphed.