R-alpha: fixing dhyper.c: another less important typo
Martin Maechler
Martin Maechler <maechler@stat.math.ethz.ch>
Mon, 12 May 97 10:39:39 +0200
Line 30 should be changed from
if (NR <= 0 || NR <= 0 || n <= 0 || n > N)
to ^-- typo: "R" should be "B"
if (NR < 0 || NB < 0 || n < 0 || n > N)
(NR==0 or NB == 0 should not be a DOMAIN_ERROR)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-