comparison scripts/general/__isequal__.m @ 5550:815926a781f6

[project @ 2005-11-30 03:22:53 by jwe]
author jwe
date Wed, 30 Nov 2005 03:22:53 +0000
parents 6db3a5df1eab
children 8eebdcfde94e
comparison
equal deleted inserted replaced
5549:6db3a5df1eab 5550:815926a781f6
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 this program; if not, write to the Free Software 14 ## along with this program; if not, write to the Free Software
15 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16 16
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Function File} {} __isequal__ (@var{nans_compare_equal}, 18 ## @deftypefn {Function File} {} __isequal__ (@var{nans_compare_equal}, @var{x1}, @var{x2}, @dots{})
19 ## @var{x1}, @var{x2}, ...) 19 ## Return true if @var{x1}, @var{x2}, @dots{} are all equal and
20 ## Return true if @var{x1}, @var{x2}, ... are all equal and
21 ## @var{nans_compare_equal} evaluates to false. 20 ## @var{nans_compare_equal} evaluates to false.
22 ## 21 ##
23 ## If @var{nans_compare_equal} evaluates to true, then assume NaN == NaN. 22 ## If @var{nans_compare_equal} evaluates to true, then assume NaN == NaN.
24 ## @end deftypefn 23 ## @end deftypefn
25 ## 24 ##