Mercurial > hg > octave-nkf
view doc/interpreter/set.txi @ 5540:cda6a105ae9a before-ov-branch
[project @ 2005-11-17 05:47:13 by jwe]
author | jwe |
---|---|
date | Thu, 17 Nov 2005 05:47:13 +0000 |
parents | aae05d51353c |
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)