blob: f6fea3b5c40eef5674e4d3cedd59e997035da1d0 [file] [log] [blame]
<para>
The relational functions <function>isequal</function>, <function>isgreater</function>, <function>isgreaterequal</function>,
<function>isless</function>, <function>islessequal</function>, and <function>islessgreater</function>
always return 0 if either argument is not a number (NaN). <function>isnotequal</function> returns 1 if one or both
arguments are not a number (NaN) and the argument type is a scalar and returns -1 if one or both
arguments are not a number (NaN) and the argument type is a vector.
</para>