diff --git a/doc/src/variable.rst b/doc/src/variable.rst index 1430664ed9..4ac978e26d 100644 --- a/doc/src/variable.rst +++ b/doc/src/variable.rst @@ -957,6 +957,8 @@ of points, equally spaced by 1 in their x coordinate: (1,V1), (2,V2), length N. The returned value is the slope of the line. If the line has a single point or is vertical, it returns 1.0e20. +.. versionadded:: TBD + The sort(x) and rsort(x) functions sort the data of the input vector by their numeric value: sort(x) sorts in ascending order, rsort(x) sorts in descending order.