Mercurial > hg > octave-nkf
diff doc/interpreter/numbers.txi @ 6549:5a5a09d7deb8
[project @ 2007-04-20 06:55:29 by jwe]
author | jwe |
---|---|
date | Fri, 20 Apr 2007 06:55:29 +0000 |
parents | 68f3125f6e27 |
children | 1b7a6061a05d |
line wrap: on
line diff
--- a/doc/interpreter/numbers.txi +++ b/doc/interpreter/numbers.txi @@ -65,9 +65,16 @@ You may also use @samp{j}, @samp{I}, or @samp{J} in place of the @samp{i} above. All four forms are equivalent. +@DOCSTRING(double) + +@DOCSTRING(single) + +@DOCSTRING(complex) + @menu * Matrices:: * Ranges:: +* Integer Data Types:: * Logical Values:: * Predicates for Numeric Objects:: @end menu @@ -374,9 +381,36 @@ expression to determine whether they are all constants. If they are, it replaces the range expression with a single range constant. +@node Integer Data Types +@section Integer Data Types + +@DOCSTRING(isinteger) + +@DOCSTRING(int8) + +@DOCSTRING(uint8) + +@DOCSTRING(int16) + +@DOCSTRING(uint16) + +@DOCSTRING(int32) + +@DOCSTRING(uint32) + +@DOCSTRING(int64) + +@DOCSTRING(uint64) + +@DOCSTRING(intmax) + +@DOCSTRING(intmin) + @node Logical Values @section Logical Values +@DOCSTRING(logical) + @DOCSTRING(true) @DOCSTRING(false)