changeset 2810:502d33f2c113

[project @ 1997-03-11 22:27:30 by jwe]
author jwe
date Tue, 11 Mar 1997 22:27:30 +0000
parents 589761f7e756
children 1dd37f97364a
files scripts/elfun/coth.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/elfun/coth.m	Tue Mar 11 16:15:39 1997 +0000
+++ b/scripts/elfun/coth.m	Tue Mar 11 22:27:30 1997 +0000
@@ -27,6 +27,6 @@
     usage ("coth (z)");
   endif
 
-  w = cosh (x) ./ sinh (x);
+  w = cosh (z) ./ sinh (z);
 
 endfunction