Mercurial > hg > octave-nkf
diff scripts/statistics/base/range.m @ 4848:8122518935e4
[project @ 2004-04-06 15:15:44 by jwe]
author | jwe |
---|---|
date | Tue, 06 Apr 2004 15:18:23 +0000 |
parents | 83ddfedb8db7 |
children | 60168f509269 |
line wrap: on
line diff
--- a/scripts/statistics/base/range.m +++ b/scripts/statistics/base/range.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} range (@var{x}) -## @deftypefn {Function File} {} range (@var{x},@var{dim}) +## @deftypefnx {Function File} {} range (@var{x}, @var{dim}) ## If @var{x} is a vector, return the range, i.e., the difference ## between the maximum and the minimum, of the input data. ##