You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the value of a function with input `x`, by linearly interpolating the function itself through the table `yvalues` and the range `xrange`. If `x` is out of the range, the value at the corresponding extremity is returned. This function corresponds to the `TABHL` function in the `DYNAMO` language. This latter function receives a table (that is, `yvalues`), a value (that is, `x`), a left and a right extreme of an interval (that is, `xrange`), and an increment value.
What about enforcing one-line-per-sentence in docstrings?
The definition of interpolate is unclear and can be improved, in particular when we say by linearly interpolating the function itself through the table.
WorldDynamics.jl/src/functions.jl
Line 9 in 1ea057e
by linearly interpolating the function itself through the table.Interpolate single valueis missing.