-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
WorldDynamics.jl/src/functions.jl
Line 9 in 1ea057e
| 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. - The docstring of the
Interpolate single valueis missing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation