Look at this function at wikipedia:
That's the angle required to hit coordinate (x,y) given x, y, initial speed v and gravity g.
Now I want to find the values of v for which the function is not complex, i.e.:
v? - g(gx² + 2yv²) ? 0
Again, g, x and y are constants.
Can you help me with this?
Thanks!