comparison scripts/ChangeLog @ 11094:add5beb3b845

avoid use of | and & in IF conditions in statistics distribution functions
author John W. Eaton <jwe@octave.org>
date Sat, 09 Oct 2010 11:55:51 -0400
parents 8b9aeb20c03c
children d4619eb6ef8e
comparison
equal deleted inserted replaced
11093:d748acc75658 11094:add5beb3b845
1 2010-10-09 John W. Eaton <jwe@octave.org>
2
3 * statistics/distributions/geornd.m,
4 * statistics/distributions/hygecdf.m,
5 * statistics/distributions/hygeinv.m,
6 * statistics/distributions/poissrnd.m,
7 * statistics/distributions/wblrnd.m:
8 Use || instead of | and && instead of & in IF conditions
9 involving scalars.
10
1 2010-10-09 John W. Eaton <jwe@octave.org> 11 2010-10-09 John W. Eaton <jwe@octave.org>
2 12
3 * plot/__fltk_ginput__.m: Use || instead of | in IF condition. 13 * plot/__fltk_ginput__.m: Use || instead of | in IF condition.
4 14
5 2010-10-08 Ben Abbott <bpabbott@mac.com> 15 2010-10-08 Ben Abbott <bpabbott@mac.com>