# HG changeset patch # User jwe # Date 858119250 0 # Node ID 502d33f2c1139dec0c5ee4b36585c2129ad2d1bc # Parent 589761f7e756c8fd3b982dea617b00f7ffeddfb4 [project @ 1997-03-11 22:27:30 by jwe] diff --git a/scripts/elfun/coth.m b/scripts/elfun/coth.m --- a/scripts/elfun/coth.m +++ b/scripts/elfun/coth.m @@ -27,6 +27,6 @@ usage ("coth (z)"); endif - w = cosh (x) ./ sinh (x); + w = cosh (z) ./ sinh (z); endfunction