Many functions have very minimal documentation. The documentation should always include:
- a precise definition (formal when relevant) of what the function does
- runtime complexity (when relevant)
- at least one usage example
- precise description of every input parameter and output (type, dimension, constraints...)
This is a long-running task; priority should be given to core functions.
Many functions have very minimal documentation. The documentation should always include:
This is a long-running task; priority should be given to core functions.