comparison liboctave/ChangeLog @ 11904:059fadc0cbc3 release-3-0-x

fix scaling factor for negative alpha in zbesi,cbesi add bessel function tests add all scaling factors to bessel documentation
author Brian Gough <bjg@gnu.org>
date Mon, 12 Jan 2009 10:42:03 +0100
parents 8dc2fa08600c
children e896fba7e3d4
comparison
equal deleted inserted replaced
11903:afe7e59fd69e 11904:059fadc0cbc3
1 2008-10-28 Brian Gough <bjg@gnu.org>
2
3 * lo-specfun.cc (zbesi): Fix scaling factor for negative alpha.
4 (cbesi): Likewise.
5
1 2008-11-18 David Bateman <dbateman@free.fr> 6 2008-11-18 David Bateman <dbateman@free.fr>
2 7
3 * file-ops.cc (std::string file_ops::tilde_expand (const 8 * file-ops.cc (std::string file_ops::tilde_expand (const
4 std::string&)): Check if the string contains a tilde and fast 9 std::string&)): Check if the string contains a tilde and fast
5 return if not. 10 return if not.