Skip to content

Improve some docstrings #177

@natema

Description

@natema

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 value is missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions