diff scripts/elfun/sec.m @ 2325:b5568c31ee2c

[project @ 1996-07-15 22:20:21 by jwe]
author jwe
date Mon, 15 Jul 1996 22:20:21 +0000
parents 949ab8eba8bc
children 8b262e771614
line wrap: on
line diff
--- a/scripts/elfun/sec.m	Mon Jul 15 21:29:24 1996 +0000
+++ b/scripts/elfun/sec.m	Mon Jul 15 22:20:21 1996 +0000
@@ -22,11 +22,11 @@
 ## Author: jwe
 
 function w = sec (z)
-  
+
   if (nargin != 1)
     usage ("sec (z)");
   endif
-  
+
   w = 1 ./ cos(z);
-  
+
 endfunction