I yould like to achieve to place a bunch of points.
The X coordinates are given, but the Y coordinate is extracted from a polynomial function.
However, my formula does not seems to properly working.
Here is my function (2nd degree polynomial [ax²+bx+c])
(4f/p²x)²+4f/px+0
As you can see, points should approximatively be placed on the “arc” curve, but, this is obviously not the case !