mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-30 11:09:33 -05:00
489 B
489 B
//astronomy/io.github.cosinekitty.astronomy/SearchContext/eval
eval
abstract fun eval(time: Time): Double
Evaluates a scalar function at a given time.
Return
The floating point value of the scalar function at the given time.
Parameters
| time | The time at which to evaluate the function. |