# HG changeset patch # User Rik # Date 1330147810 28800 # Node ID 73f02881260f335a4904f8f9b864e7602a4f83c5 # Parent 731e9e1539a818d39fa29c586c92a0d024ad7c62 doc: Fix wording in NEWS file. * NEWS: Improve wording and correct typo. diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -13,7 +13,7 @@ http://forge.scilab.org/index.php/p/arpack-ng ** Many of Octave's binary operators (.*, .^, +, -, ...) now perform - automatic broadcasting for array operations that allows you to use + automatic broadcasting for array operations which allows you to use operator notation instead of calling bsxfun or expanding arrays (and unnecessarily wasting memory) with repmat or similar idioms. For example, to scale the columns of a matrix by the elements of a row @@ -75,7 +75,7 @@ negative binomial function has been extended to real, non-integer inputs. The discrete_inv fucntion now returns v(1) for 0 instead of - NaN. The nbincdf fucntion has bbeen recoded to use a closed form + NaN. The nbincdf fucntion has been recoded to use a closed form solution with betainc. ** strread, textscan, and textread have been completely revamped.