Mercurial > hg > octave-lyh
view doc/interpreter/set.txi @ 4167:aae05d51353c
[project @ 2002-11-12 02:52:50 by jwe]
author | jwe |
---|---|
date | Tue, 12 Nov 2002 02:52:51 +0000 |
parents | 3234a698073a |
children | 6ab0a8767780 |
line wrap: on
line source
@c Copyright (C) 1996, 1997 John W. Eaton @c This is part of the Octave manual. @c For copying conditions, see the file gpl.texi. @node Sets @chapter Sets Octave has a limited set of functions for managing sets of data, where a set is defined as a collection unique elements. @DOCSTRING(create_set) @DOCSTRING(union) @DOCSTRING(intersection) @DOCSTRING(complement)