Mercurial > hg > octave-lyh
view doc/interpreter/set.txi @ 3439:3234a698073a
[project @ 2000-01-14 09:51:14 by jwe]
author | jwe |
---|---|
date | Fri, 14 Jan 2000 09:52:35 +0000 |
parents | a4cd1e9d9962 |
children | aae05d51353c |
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, Polynomial Manipulations, Financial Functions, Top @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)