Press Space to graph! Use the arrow keys to move! Have fun! Compatible Functions: -Linear: y=mx+b -Quadratic: y=a(x-h)^2+k (I recommend for the a value that you use a very low decimal such as 0.005) -Square Root: y=a(sqrtx-h)+k (I recommend using a number that is greater than 1 or less than -1) -Cubic: y=a(b(x-h)^3)+k (I recommend for the a value that you use a very low decimal such as 0.005) -Cube root (Only partially functioning due to limitations of this programming language):y=a(cbrt b(x-h))+k -Absolute Value: y=a(abs value b(x+h))+k -Exponential: y=a(base^(x-h))+k -Logarithmic (Only partially functioning due to limitations of this programming language): y=a(log (x-h))+k -Reciprocal: y=a/(x-h)+k (Asymptotes are incredibly hard to see on this program due to the fact that there are no decimal points on the graph. For the a value, I recommend to use numbers around 30-100. If the numbers are too small, it will look like there is just a dot instead of a curve, but if the numbers are to large, you will only see a portion of the graph.)
This is entirely my own work, but I would like to thank my teacher for teaching me the math used in this game!