diff scripts/deprecated/polyinteg.m @ 7693:8e5371d47da6

note version when functions were deprecated
author John W. Eaton <jwe@octave.org>
date Thu, 03 Apr 2008 21:56:23 -0400
parents 83a8781b529d
children 0a362fa8f3c8
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);