gsl_multiroot_function and read the declaration.
gsl_multiroots.h;
| z(t)=v cos(θ) t - gt²/2, |
| x(t)=v sin(θ) sin(φ) t, |
| y(t)=v sin(θ) cos(φ) t. |
gsl_multiroot_fsolver_hybrids algorithm.
main function and pass the data to
fit through the void* params object.