Mercurial > hg > octave-lyh
diff doc/interpreter/expr.txi @ 6550:1b7a6061a05d
[project @ 2007-04-20 07:40:26 by jwe]
author | jwe |
---|---|
date | Fri, 20 Apr 2007 07:40:26 +0000 |
parents | 5a5a09d7deb8 |
children | fc235391e58f |
line wrap: on
line diff
--- a/doc/interpreter/expr.txi +++ b/doc/interpreter/expr.txi @@ -153,6 +153,8 @@ particularly for large matrices because Octave does not have to repeatedly resize the result. +@DOCSTRING(subsref) + @DOCSTRING(sub2ind) @DOCSTRING(ind2sub) @@ -555,6 +557,10 @@ function, not with the comparison operators listed above. @xref{Strings}. +@DOCSTRING(isequal) + +@DOCSTRING(isequalwithequalnans) + @node Boolean Expressions @section Boolean Expressions @cindex expressions, boolean @@ -901,6 +907,8 @@ programs hard to read. Except in a one-shot program, you should rewrite it to get rid of such nesting of assignments. This is never very hard. +@DOCSTRING(subsasgn) + @cindex increment operator @cindex decrement operator @cindex operators, increment