diff doc/interpreter/arith.texi @ 2465:7ee42ff6536a

[project @ 1996-11-03 08:54:14 by jwe]
author jwe
date Sun, 03 Nov 1996 08:54:22 +0000
parents 31d5588dbb61
children 6f71af650490
line wrap: on
line diff
--- a/doc/interpreter/arith.texi
+++ b/doc/interpreter/arith.texi
@@ -128,7 +128,7 @@
 see @ref{Linear Algebra}.
 @end deftypefn
 
-@deftypefn {Mapping Function} {} max (@var{x})
+@deftypefn {Loadable Function} {} max (@var{x})
 For a vector argument, return the maximum value.  For a matrix argument,
 return the maximum value from each column, as a row vector.  Thus,
 
@@ -143,7 +143,7 @@
 comparison.
 @end deftypefn
 
-@deftypefn {Mapping Function} {} min (@var{x})
+@deftypefn {Loadable Function} {} min (@var{x})
 Like @code{max}, but return the minimum value.
 @end deftypefn