diff scripts/polynomial/polyderiv.m @ 3085:e6d14959bea9

[project @ 1997-09-19 22:06:12 by jwe]
author jwe
date Fri, 19 Sep 1997 22:08:32 +0000
parents 8b262e771614
children 44d82b369c78
line wrap: on
line diff
--- a/scripts/polynomial/polyderiv.m
+++ b/scripts/polynomial/polyderiv.m
@@ -36,7 +36,7 @@
   endif
 
   if (! is_vector (p))
-    error ("argument must be a vector");
+    error ("polyderiv: argument must be a vector");
   endif
 
   lp = length (p);