comparison src/DLD-FUNCTIONS/max.cc @ 9065:8207b833557f

Cleanup documentation for arith.texi, linalg.texi, nonlin.texi Grammarcheck input .txi files Spellcheck .texi files
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 17:43:22 -0700
parents 7c02ec148a3c
children 4218f9515258
comparison
equal deleted inserted replaced
9064:7c02ec148a3c 9065:8207b833557f
938 @end group\n\ 938 @end group\n\
939 @end example\n\ 939 @end example\n\
940 \n\ 940 \n\
941 @noindent\n\ 941 @noindent\n\
942 but computed in a much faster manner.\n\ 942 but computed in a much faster manner.\n\
943 The behaviour if @var{dim} or @var{iw} is unspecified is analogous\n\ 943 The behavior if @var{dim} or @var{iw} is unspecified is analogous\n\
944 to @code{min}.\n\ 944 to @code{min}.\n\
945 @end deftypefn") 945 @end deftypefn")
946 { 946 {
947 CUMMINMAX_BODY (cummin); 947 CUMMINMAX_BODY (cummin);
948 } 948 }
971 @end group\n\ 971 @end group\n\
972 @end example\n\ 972 @end example\n\
973 \n\ 973 \n\
974 @noindent\n\ 974 @noindent\n\
975 but computed in a much faster manner.\n\ 975 but computed in a much faster manner.\n\
976 The behaviour if @var{dim} or @var{iw} is unspecified is analogous\n\ 976 The behavior if @var{dim} or @var{iw} is unspecified is analogous\n\
977 to @code{max}.\n\ 977 to @code{max}.\n\
978 @end deftypefn") 978 @end deftypefn")
979 { 979 {
980 CUMMINMAX_BODY (cummax); 980 CUMMINMAX_BODY (cummax);
981 } 981 }