diff scripts/elfun/coth.m @ 2325:b5568c31ee2c

[project @ 1996-07-15 22:20:21 by jwe]
author jwe
date Mon, 15 Jul 1996 22:20:21 +0000
parents 949ab8eba8bc
children 7ffb2a630708
line wrap: on
line diff
--- a/scripts/elfun/coth.m
+++ b/scripts/elfun/coth.m
@@ -22,11 +22,11 @@
 ## Author: jwe
 
 function w = coth (z)
-  
+
   if (nargin != 1)
     usage ("coth (z)");
   endif
 
   w = 1 ./ tanh(z);
-  
+
 endfunction
\ No newline at end of file