diff scripts/statistics/base/median.m @ 9211:f0c3d3fc4903

Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
author Rik <rdrider0-list@yahoo.com>
date Sun, 17 May 2009 14:39:39 -0700
parents 1bf0ce0930be
children b7b89061bd0e
line wrap: on
line diff
--- a/scripts/statistics/base/median.m	Sun May 17 14:17:32 2009 -0700
+++ b/scripts/statistics/base/median.m	Sun May 17 14:39:39 2009 -0700
@@ -22,7 +22,6 @@
 ## If @var{x} is a vector, compute the median value of the elements of
 ## @var{x}.  If the elements of @var{x} are sorted, the median is defined
 ## as
-## @iftex
 ## @tex
 ## $$
 ## {\rm median} (x) =
@@ -30,7 +29,6 @@
 ##           (x(N/2)+x(N/2+1))/2, & $N$ even.}
 ## $$
 ## @end tex
-## @end iftex
 ## @ifnottex
 ##
 ## @example