Mercurial > hg > octave-nkf
diff scripts/elfun/tand.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/tand.m +++ b/scripts/elfun/tand.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. ## @@ -24,6 +24,8 @@ ## @seealso{tan, cosd, sind, acosd, asind, atand} ## @end deftypefn +## Author: David Bateman <dbateman@free.fr> + function y = tand (x) if (nargin != 1) print_usage ();