diff liboctave/ChangeLog @ 6402:fe9817a6ee98

[project @ 2007-03-13 02:25:31 by jwe]
author jwe
date Tue, 13 Mar 2007 02:25:31 +0000
parents e8c42df3d234
children 250eebbd7ccc
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Mar 09 15:34:45 2007 +0000
+++ b/liboctave/ChangeLog	Tue Mar 13 02:25:31 2007 +0000
@@ -1,3 +1,10 @@
+2007-03-12  John W. Eaton  <jwe@octave.org>
+
+	* oct-inttypes.h (octave_int::octave_int (double)):
+	New Specialization.  Round arg.
+	(operator / (const octave_int<T1>&, const octave_int<T2>&)):
+	Round result before converting type.
+
 2007-03-07  John W. Eaton  <jwe@octave.org>
 
 	* Array.cc (assign1): Avoid resizing if there is an error.