changeset 3868:60cf0328874e

[project @ 2002-02-09 05:05:15 by jwe]
author jwe
date Sat, 09 Feb 2002 05:05:15 +0000
parents 81552337b120
children 63aa2e20e638
files scripts/elfun/coth.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/elfun/coth.m
+++ b/scripts/elfun/coth.m
@@ -30,6 +30,6 @@
     usage ("coth (z)");
   endif
 
-  w = cosh (z) ./ sinh (z);
+  w = 1 ./ tanh (z);
 
 endfunction