Files
astronomy/source/kotlin/doc/-search-context/eval.md
2022-11-14 13:40:10 -05:00

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.