diff scripts/elfun/lcm.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 2cbc6f37b0c2
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/elfun/lcm.m	Tue Oct 19 18:40:48 2004 +0000
+++ b/scripts/elfun/lcm.m	Tue Oct 19 23:10:55 2004 +0000
@@ -32,9 +32,10 @@
 ## @example
 ## lcm ([a1, ..., ak]).
 ## @end example
+##
+## All elements must be the same size or scalar.
 ## @end deftypefn
 ##
-## All elements must be the same size or scalar.
 ## @seealso{gcd, min, max, ceil, and floor}
 
 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at>