comparison doc/interpreter/contributors.in @ 18828:1514f5337781

nchoosek.m: nchoosek(N,0) now returns [](1x0) when N is a vector (bug #41890). * nchoosek.m: The help message for nchoosek specifies that if N is a vector, then the number of rows of nchoosek(N,K) must be nchoosek(length(N),K), but the previous implementation was returning a matrix with 0 rows when K==0. Add %!test for new behavior. * contributors.in: Add Pedro Angelo to list of Octave contributors.
author Pedro Angelo <fonini@poli.ufrj.br>
date Tue, 18 Mar 2014 16:42:45 -0300
parents 95a1ee1cbdf1
children bc52657a7d29
comparison
equal deleted inserted replaced
18827:03c2671493f9 18828:1514f5337781
1 Ben Abbott 1 Ben Abbott
2 Andy Adler 2 Andy Adler
3 Adam H. Aitkenhead 3 Adam H. Aitkenhead
4 Giles Anderson 4 Giles Anderson
5 Joel Andersson 5 Joel Andersson
6 Pedro Angelo
6 Muthiah Annamalai 7 Muthiah Annamalai
7 Markus Appel 8 Markus Appel
8 Branden Archer 9 Branden Archer
9 Marco Atzeri 10 Marco Atzeri
10 Shai Ayal 11 Shai Ayal