diff scripts/elfun/lcm.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents ae7adbb591e8
children d25bc039237b
line wrap: on
line diff
--- a/scripts/elfun/lcm.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/elfun/lcm.m	Thu Jan 13 08:40:53 2000 +0000
@@ -20,20 +20,20 @@
 ## -*- texinfo -*-
 ## @deftypefn {Mapping Function} {} lcm (@var{x}, @code{...})
 ## Compute the least common multiple of the elements elements of @var{x}, or
-## the list of all the arguments.  For example, 
-## 
+## the list of all the arguments.  For example,
+##
 ## @example
 ## lcm (a1, ..., ak)
 ## @end example
-## 
+##
 ## @noindent
 ## is the same as
-## 
+##
 ## @example
 ## lcm ([a1, ..., ak]).
 ## @end example
 ## @end deftypefn
-## @seealso{gcd, min, max, ceil, and floor}  
+## @seealso{gcd, min, max, ceil, and floor}
 
 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at>
 ## Created: 16 September 1994