Mercurial > hg > octave-lyh
comparison scripts/general/__isequal__.m @ 6945:6bbf56a9718a
[project @ 2007-10-02 20:47:22 by jwe]
author | jwe |
---|---|
date | Tue, 02 Oct 2007 20:47:23 +0000 |
parents | 30891d1d0c86 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6944:96714c92a278 | 6945:6bbf56a9718a |
---|---|
12 ## | 12 ## |
13 ## You should have received a copy of the GNU General Public License | 13 ## You should have received a copy of the GNU General Public License |
14 ## along with Octave; see the file COPYING. If not, write to the Free | 14 ## along with Octave; see the file COPYING. If not, write to the Free |
15 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | 15 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
16 ## 02110-1301, USA. | 16 ## 02110-1301, USA. |
17 | |
18 ## Undocumented internal function. | |
17 | 19 |
18 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
19 ## @deftypefn {Function File} {} __isequal__ (@var{nans_compare_equal}, @var{x1}, @var{x2}, @dots{}) | 21 ## @deftypefn {Function File} {} __isequal__ (@var{nans_compare_equal}, @var{x1}, @var{x2}, @dots{}) |
20 ## Return true if @var{x1}, @var{x2}, @dots{} are all equal and | 22 ## Return true if @var{x1}, @var{x2}, @dots{} are all equal and |
21 ## @var{nans_compare_equal} evaluates to false. | 23 ## @var{nans_compare_equal} evaluates to false. |