Mercurial > hg > octave-lyh
diff scripts/specfun/gammai.m @ 2312:204cc7db6f4a
[project @ 1996-07-11 21:20:36 by jwe]
author | jwe |
---|---|
date | Thu, 11 Jul 1996 21:20:36 +0000 |
parents | 2b5788792cad |
children | 5ca126254d15 |
line wrap: on
line diff
--- a/scripts/specfun/gammai.m +++ b/scripts/specfun/gammai.m @@ -30,10 +30,12 @@ ## If neither a nor x is scalar, the sizes of a and x must agree, and ## gammai is applied pointwise. +## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> +## Created: 13 August 1994 +## Adapted-By: jwe + function y = gammai (a, x) - ## Written by KH (Kurt.Hornik@ci.tuwien.ac.at) on Aug 13, 1994 - if (nargin != 2) usage ("gammai (a, x)"); endif