Find an x position for which spline evaluation yields y.
Due to round off, calling gxk_spline_y() on the result may
produce a number equal to y only within a certain epsilon.
If multiple x positions will yield y upon evaluation, any
of them may be returned. If no x position can yield y,
NAN is returned. Evaluation of this function may take
about
10 times as long as calling its counterpart
gxk_spline_y(), some times much longer.
| spline: | | correctly setup GxkSpline
|
| y: | | interpolated y value
|
| RETURNS: | | x position to yield y or NAN |
|