//astronomy/io.github.cosinekitty.astronomy/SearchContext/eval
abstract fun eval(time: Time): Double
Evaluates a scalar function at a given time.
The floating point value of the scalar function at the given time.
time | The time at which to evaluate the function. |