Mercurial > hg > octave-lyh
comparison liboctave/ChangeLog @ 4963:573d23f9c9cf
[project @ 2004-09-03 15:43:29 by jwe]
author | jwe |
---|---|
date | Fri, 03 Sep 2004 15:43:30 +0000 |
parents | 7a3a480e8645 |
children | 269c3d6c0569 |
comparison
equal
deleted
inserted
replaced
4962:0ab18cbe8b5f | 4963:573d23f9c9cf |
---|---|
1 2004-09-03 John W. Eaton <jwe@octave.org> | |
2 | |
3 * oct-inttypes.h (octave_fit_to_range): Use constructor instead of | |
4 static_cast for type conversion. | |
5 | |
1 2004-09-01 John W. Eaton <jwe@octave.org> | 6 2004-09-01 John W. Eaton <jwe@octave.org> |
2 | 7 |
3 * oct-inttypes.h (pow, operator +, operator -, operator *, | 8 * oct-inttypes.h (pow, operator +, operator -, operator *, |
4 operator /): Handle mixed integer/double ops. If op generates a | 9 operator /): Handle mixed integer/double ops. If op generates a |
5 NaN, set result to 0. | 10 NaN, set result to 0. |