Mercurial > hg > octave-lyh
annotate doc/interpreter/set.txi @ 4422:92be67bc9301
[project @ 2003-06-04 17:43:15 by jwe]
author | jwe |
---|---|
date | Wed, 04 Jun 2003 17:43:15 +0000 |
parents | aae05d51353c |
children | 6ab0a8767780 |
rev | line source |
---|---|
3294 | 1 @c Copyright (C) 1996, 1997 John W. Eaton |
2 @c This is part of the Octave manual. | |
3 @c For copying conditions, see the file gpl.texi. | |
4 | |
4167 | 5 @node Sets |
3294 | 6 @chapter Sets |
7 | |
8 Octave has a limited set of functions for managing sets of data, where a | |
9 set is defined as a collection unique elements. | |
10 | |
3368 | 11 @DOCSTRING(create_set) |
3294 | 12 |
3368 | 13 @DOCSTRING(union) |
3294 | 14 |
3368 | 15 @DOCSTRING(intersection) |
3294 | 16 |
3368 | 17 @DOCSTRING(complement) |