diff scripts/deprecated/polyinteg.m @ 11736:9d412bc1d54f release-3-0-x

note version when functions were deprecated
author John W. Eaton <jwe@octave.org>
date Fri, 04 Apr 2008 10:17:33 -0400
parents a1dbe9d80eee
children dd93a39fa8fe
line wrap: on
line diff
--- a/scripts/deprecated/polyinteg.m
+++ b/scripts/deprecated/polyinteg.m
@@ -30,6 +30,8 @@
 ## Created: June 1994
 ## Adapted-By: jwe
 
+## Deprecated in version 3.0
+
 function y = polyinteg (p)
 
   y = polyint (p);