diff scripts/elfun/acsc.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/acsc.m	Mon Jul 15 21:29:24 1996 +0000
+++ b/scripts/elfun/acsc.m	Mon Jul 15 22:20:21 1996 +0000
@@ -22,11 +22,11 @@
 ## Author: jwe
 
 function w = acsc (z)
-  
+
   if (nargin != 1)
     usage ("acsc (z)");
   endif
 
   w = asin (1 ./ z);
-  
+
 endfunction
\ No newline at end of file