diff scripts/elfun/secd.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/secd.m	Fri Oct 12 06:41:26 2007 +0000
+++ b/scripts/elfun/secd.m	Fri Oct 12 21:27:37 2007 +0000
@@ -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{sec, cscd, sind, cosd}
 ## @end deftypefn
 
+## Author: David Bateman <dbateman@free.fr>
+
 function y = secd (x)
   if (nargin != 1)
     print_usage ();