Mercurial > hg > octave-nkf
comparison doc/interpreter/set.txi @ 7001:8b0cfeb06365
[project @ 2007-10-10 18:02:59 by jwe]
author | jwe |
---|---|
date | Wed, 10 Oct 2007 18:03:02 +0000 |
parents | 083721ae3dfa |
children | fd42779a8428 |
comparison
equal
deleted
inserted
replaced
7000:e87f860624cc | 7001:8b0cfeb06365 |
---|---|
4 | 4 |
5 @node Sets | 5 @node Sets |
6 @chapter Sets | 6 @chapter Sets |
7 | 7 |
8 Octave has a limited set of functions for managing sets of data, where a | 8 Octave has a limited set of functions for managing sets of data, where a |
9 set is defined as a collection unique elements. In Octave a set is | 9 set is defined as a collection of unique elements. In Octave a set is |
10 represented as a vector of numbers. | 10 represented as a vector of numbers. |
11 | 11 |
12 @DOCSTRING(create_set) | 12 @DOCSTRING(create_set) |
13 | 13 |
14 @DOCSTRING(unique) | 14 @DOCSTRING(unique) |