changeset 1095:06a495f515c2

[project @ 1995-02-09 14:45:55 by jwe]
author jwe
date Thu, 09 Feb 1995 14:48:17 +0000
parents b680e0eb5f23
children aa777b1a585e
files scripts/elfun/sec.m scripts/elfun/sech.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/elfun/sec.m	Wed Feb 08 16:51:32 1995 +0000
+++ b/scripts/elfun/sec.m	Thu Feb 09 14:48:17 1995 +0000
@@ -6,6 +6,6 @@
     usage ("sec (z)");
   endif
   
-  y = 1 ./ cos(z);
+  w = 1 ./ cos(z);
   
 endfunction
\ No newline at end of file
--- a/scripts/elfun/sech.m	Wed Feb 08 16:51:32 1995 +0000
+++ b/scripts/elfun/sech.m	Thu Feb 09 14:48:17 1995 +0000
@@ -6,6 +6,6 @@
     usage ("sech (z)");
   endif
 
-  y = 1 ./ cosh(z);
+  w = 1 ./ cosh(z);
   
 endfunction
\ No newline at end of file