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

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 2618a0750ae6
children 9398f6a81bdf
line wrap: on
line diff
--- a/scripts/polynomial/polygcd.m
+++ b/scripts/polynomial/polygcd.m
@@ -67,7 +67,7 @@
       endwhile
     endif
   else
-    usage ("x = polygcd (b, a [,tol])");
+    print_usage ();
   endif
 
 endfunction