diff scripts/elfun/lcm.m @ 9141:c1fff751b5a8

Update section 17.1 (Utility Functions) of arith.txi Split section into "Exponents and Logarithms" and "Utility Functions" Use Tex in many more of the doc strings for pretty printing in pdf format.
author Rik <rdrider0-list@yahoo.com>
date Mon, 20 Apr 2009 17:16:09 -0700
parents 1bf0ce0930be
children 8c71a86c4bf4
line wrap: on
line diff
--- a/scripts/elfun/lcm.m
+++ b/scripts/elfun/lcm.m
@@ -20,7 +20,7 @@
 ## -*- texinfo -*-
 ## @deftypefn {Mapping Function} {} lcm (@var{x}, @dots{})
 ## Compute the least common multiple of the elements of @var{x}, or
-## the list of all the arguments.  For example,
+## of the list of all arguments.  For example,
 ##
 ## @example
 ## lcm (a1, @dots{}, ak)
@@ -34,7 +34,7 @@
 ## @end example
 ##
 ## All elements must be the same size or scalar.
-## @seealso{gcd, min, max, ceil, floor}
+## @seealso{factor, gcd}
 ## @end deftypefn
 
 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>