Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7507:bc6573d2fa40
legendre.m: Added normalization and improved stability.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Wed, 20 Feb 2008 21:47:39 -0500 |
parents | f5005d9510f4 |
children | f3e6ada67d9e |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2008-02-20 Marco Caliari <marco.caliari@univr.it> + + * specfun/legendre.m: Accept normalization options ("sch", "norm"), + and improve stability for higher orders. + 2008-02-20 John W. Eaton <jwe@octave.org> * strings/strcat.m: Detect cellstr args.