Mercurial > hg > octave-lojdl
diff liboctave/ChangeLog @ 11234:2718e1fdf82f
IEEE math initialization tweaks
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 10 Nov 2010 21:52:51 -0500 |
parents | 88e4ea8b2c19 |
children | 9900d375e585 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,10 @@ +2010-11-10 John W. Eaton <jwe@octave.org> + + * lo-ieee.cc (octave_ieee_init): Don't initialize octave_Inf, + octave_NaN, and octave_NA to DBL_MAX. Don't initialize + octave_Float_Inf, octave_Float_NaN, and octave_Float_NA to FLT_MAX. + (octave_ieee_init): Simplify using std::numeric_limits template. + 2010-11-10 John W. Eaton <jwe@octave.org> * syswait.h: Delete special cases for NeXT systems.