mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-27 02:44:00 -04:00
The quadratic interpolator used by `Search` was returning an unused output: `x`. Search does not need this dimensionless value; it only cares about the time solution `t` and the slope of the function at `t`. Removed `x` from the return value to make slightly smaller/faster code.