diff scripts/elfun/csch.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children b5568c31ee2c
line wrap: on
line diff
--- a/scripts/elfun/csch.m	Thu Jul 11 21:25:22 1996 +0000
+++ b/scripts/elfun/csch.m	Fri Jul 12 03:58:02 1996 +0000
@@ -19,6 +19,8 @@
 
 ## csch (z):  compute the hyperbolic cosecant for each element of z.
 
+## Author: jwe
+
 function w = csch (z)
   
   if (nargin != 1)