Mercurial > hg > octave-lyh
diff NEWS @ 12702:013cd94d8d7f stable
doc: Spelling fixes for various documentation files
* NEWS, NEWS.1, NEWS.2, NEWS.3, README.MacOS, README.Windows,
doc/faq/OctaveFAQ.texi, doc/interpreter/install.txi,
doc/interpreter/sparseimages.m, doc/liboctave/array.texi, examples/COPYING:
Spelling fixes
author | John Bradshaw <john@johnbradshaw.org> |
---|---|
date | Sat, 04 Jun 2011 07:26:45 -0700 |
parents | fb93b94dfc82 |
children | da6cbb752368 96180026afc5 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -162,7 +162,7 @@ Moreover, when unary operators occur in expressions, Octave will also try to do the operation in-place if it's argument is a - temporary expresssion. + temporary expression. ** The effect of comparison operators (<, >, <=, and >=) applied to complex numbers has changed to be consistent with the strict @@ -686,7 +686,7 @@ The performance of sort has been improved, especially when sorting indices are requested. An efficient built-in issorted implementation was added. The sortrows function now uses a more - efficient algorithm, especially in the homegeneous case. The lookup + efficient algorithm, especially in the homogeneous case. The lookup function is now a built-in function performing a binary search, optimized for long runs of close elements. Lookup also works with cell arrays of strings.