comparison doc/interpreter/numbers.txi @ 12581:c8be316f9543

Group commonly used isXXX functions together in documentation.
author Rik <octave@nomad.inbox5.com>
date Wed, 06 Apr 2011 20:06:45 -0700
parents bea828c03969
children aaf6fbb2512f
comparison
equal deleted inserted replaced
12580:2c4e52c83b64 12581:c8be316f9543
807 The following functions are available for determining the type of a 807 The following functions are available for determining the type of a
808 variable. 808 variable.
809 809
810 @DOCSTRING(isnumeric) 810 @DOCSTRING(isnumeric)
811 811
812 @DOCSTRING(isfloat)
813
812 @DOCSTRING(isreal) 814 @DOCSTRING(isreal)
813 815
814 @DOCSTRING(isfloat)
815
816 @DOCSTRING(iscomplex) 816 @DOCSTRING(iscomplex)
817 817
818 @DOCSTRING(ismatrix) 818 @DOCSTRING(ismatrix)
819 819
820 @DOCSTRING(isvector) 820 @DOCSTRING(isvector)