diff scripts/signal/sinc.m @ 3367:0748b03c3510

[project @ 1999-11-20 14:52:38 by jwe]
author jwe
date Sat, 20 Nov 1999 14:52:42 +0000
parents 8b262e771614
children 9493fe321888
line wrap: on
line diff
--- a/scripts/signal/sinc.m
+++ b/scripts/signal/sinc.m
@@ -17,11 +17,20 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## usage: sinc(x)
-##
-##        Returns sin(pi*x)/(pi*x).
+## -*- texinfo -*-
+## @deftypefn {Function File} {} sinc (@var{x})
+## Return
+## @iftex
+## @tex
+## $ \sin (\pi x)/(\pi x)$.
+## @end tex
+## @end iftex
+## @ifinfo
+##  sin(pi*x)/(pi*x).
+## @end ifinfo
+## @end deftypefn
 
-## Author: jwe
+## Author: jwe ???
 
 function result = sinc (x)