# HG changeset patch # User jwe # Date 792341297 0 # Node ID 06a495f515c26b6e4cf8997dd27691e839b8dec4 # Parent b680e0eb5f2354895b44282fd937b07b1e6f3b41 [project @ 1995-02-09 14:45:55 by jwe] diff -r b680e0eb5f23 -r 06a495f515c2 scripts/elfun/sec.m --- 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 diff -r b680e0eb5f23 -r 06a495f515c2 scripts/elfun/sech.m --- 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