Polynomial Curves: You get 2 input fields. One for setting the value of the 'y' value and another for setting the value of the 'x' value. Then you get a slider that basically controls the resolution of the curve you're gonna draw. Then you get 2 more input fields. One for controlling the size of the number line you want to generate and one for iterations, which kinda controls the start point and end point of the curve. You can only set the value of one of the variables 'x' or 'y'. So if you fill in the value of the 'y' input field, you can't fill in the value of the 'x' variable. And vice versa. The rest you can understand by just playing around. 

Note: You can't write like this: '2x', you have to write it like this: '2*x'. This is because 'x' is simply replaced in the code with a number. So if 'x' was changed to 5 and you wrote '2x', the will change to '25', not '2*5'.

Leave a comment

Log in with itch.io to leave a comment.