diff scripts/elfun/sec.m @ 1095:06a495f515c2

[project @ 1995-02-09 14:45:55 by jwe]
author jwe
date Thu, 09 Feb 1995 14:48:17 +0000
parents 3470f1e25a79
children 79ee7f07221e
line wrap: on
line diff
--- a/scripts/elfun/sec.m
+++ b/scripts/elfun/sec.m
@@ -6,6 +6,6 @@
     usage ("sec (z)");
   endif
   
-  y = 1 ./ cos(z);
+  w = 1 ./ cos(z);
   
 endfunction
\ No newline at end of file