diff scripts/elfun/csch.m @ 904:3470f1e25a79

[project @ 1994-11-09 21:22:15 by jwe]
author jwe
date Wed, 09 Nov 1994 21:22:15 +0000
parents 632844972d35
children 5cffc4b8de57
line wrap: on
line diff
--- a/scripts/elfun/csch.m
+++ b/scripts/elfun/csch.m
@@ -3,7 +3,7 @@
 # csch (z):  compute the hyperbolic cosecant for each element of z.
   
   if (nargin != 1)
-    error ("usage: csch (z)");
+    usage ("csch (z)");
   endif
 
   w = 1 ./ sinh(z);