value of this is 2.5 everywhere.
This will test the function f(x) = 3*x - 1.5
This will have the values f(0.0) = -1.5, f(-1.0) = -4.5, f(-2.5) = -9.0, f(0.5) = 0.0, f(1.5) = 3.0 and f(3.0) = 7.5
This will test the function f(x) = 2x^2 - 3x -2 = (2x+1)(x-2)
This will test the functions f(x) = x^3 - 2x^2 + 6x + 3, g(x) = 3x^2 - 4x + 6 and h(x) = 6x - 4