mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t10
This commit is contained in:
12
help/reverse
12
help/reverse
@@ -11,7 +11,7 @@ TYPES
|
||||
|
||||
DESCRIPTION
|
||||
For a list or matrix x, reverse(x) returns a list or matrix in
|
||||
which the order of the elements has been reversed. The original
|
||||
which the order of the elements has been reversed. The original
|
||||
list or matrix x is unchanged.
|
||||
|
||||
In the case of matrix x, the returned value is a matrix with
|
||||
@@ -23,11 +23,11 @@ EXAMPLE
|
||||
> print reverse(A)
|
||||
|
||||
list (5 elements, 5 nonzero):
|
||||
[[0]] = 2
|
||||
[[1]] = 4
|
||||
[[2]] = 2
|
||||
[[3]] = 7
|
||||
[[4]] = 1
|
||||
[[0]] = 2
|
||||
[[1]] = 4
|
||||
[[2]] = 2
|
||||
[[3]] = 7
|
||||
[[4]] = 1
|
||||
|
||||
> mat B[2,3] = {1,2,3,4,5,6}
|
||||
> print reverse(B)
|
||||
|
Reference in New Issue
Block a user