comparison NEWS @ 3105:f936c7f5074f

[project @ 1997-11-19 04:36:17 by jwe]
author jwe
date Wed, 19 Nov 1997 04:37:56 +0000
parents 882b6ea36be6
children a8dcfbf87ea3
comparison
equal deleted inserted replaced
3104:b9aea66ecbae 3105:f936c7f5074f
148 right-hand-side functions that define the set of differential 148 right-hand-side functions that define the set of differential
149 equations with respect to the state vector X. 149 equations with respect to the state vector X.
150 150
151 * Structure elements completion on the command line actually works 151 * Structure elements completion on the command line actually works
152 now. 152 now.
153
154 * The new built-in variable `fixed_point_format' controls whether
155 Octave uses a scaled fixed-point format for displaying matrices.
156 The default value is 0 unless you use --traditional.
157
158 * The function sumsq now computes sum (x .* conj (x)) for complex values.
153 159
154 * New configure option, --enable-readline. 160 * New configure option, --enable-readline.
155 161
156 * New configure option, --enable-static. 162 * New configure option, --enable-static.
157 163