diff scripts/polynomial/roots.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2a16423e4aa0
children a9a95bb1bf9e
line wrap: on
line diff
--- a/scripts/polynomial/roots.m	Mon Oct 09 21:40:46 2006 +0000
+++ b/scripts/polynomial/roots.m	Tue Oct 10 16:10:31 2006 +0000
@@ -44,7 +44,7 @@
 function r = roots (v)
 
   if (min (size (v)) > 1 || nargin != 1)
-    usage ("roots (v), where v is a vector");
+    print_usage ();
   endif
 
   n = length (v);