Mercurial > hg > octave-lyh
diff liboctave/fCNDArray.h @ 7922:935be827eaf8
error for NaN values in & and | expressions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 11 Jul 2008 14:56:30 -0400 |
parents | 82be108cc558 |
children | a1ae2aae903e |
line wrap: on
line diff
--- a/liboctave/fCNDArray.h +++ b/liboctave/fCNDArray.h @@ -64,6 +64,7 @@ // FIXME -- this is not quite the right thing. + bool any_element_is_nan (void) const; bool any_element_is_inf_or_nan (void) const; bool all_elements_are_real (void) const; bool all_integers (float& max_val, float& min_val) const;