diff scripts/statistics/base/logit.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 a1dbe9d80eee
children 16f53d29049f
line wrap: on
line diff
--- a/scripts/statistics/base/logit.m
+++ b/scripts/statistics/base/logit.m
@@ -20,13 +20,11 @@
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} logit (@var{p})
 ## For each component of @var{p}, return the logit of @var{p} defined as
-## @iftex
 ## @tex
 ## $$
 ## {\rm logit}(p) = \log\Big({p \over 1-p}\Big)
 ## $$
 ## @end tex
-## @end iftex
 ## @ifnottex
 ## @example
 ## logit(@var{p}) = log (@var{p} / (1-@var{p}))