Mercurial > hg > octave-nkf
diff scripts/elfun/atand.m @ 7017:a1dbe9d80eee
[project @ 2007-10-12 21:27:11 by jwe]
author | jwe |
---|---|
date | Fri, 12 Oct 2007 21:27:37 +0000 |
parents | 93c65f2a5668 |
children | ad20b967e1c9 |
line wrap: on
line diff
--- a/scripts/elfun/atand.m +++ b/scripts/elfun/atand.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006 David Bateman <dbateman@free.fr> +## Copyright (C) 2006, 2007 David Bateman ## ## This file is part of Octave. ## @@ -22,6 +22,8 @@ ## @seealso{acot, tand} ## @end deftypefn +## Author: David Bateman <dbateman@free.fr> + function y = atand (x) if (nargin != 1) print_usage ();