Difference between revisions of "Documentation/How Tos/Calc: LCM ADD function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:LCM_ADD function}}
 +
{{Documentation/CalcFunc MathematicalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_LCM_function
 +
|NextPage=Documentation/How_Tos/Calc:_MULTINOMIAL_function
 +
}}__NOTOC__
  
 
== LCM_ADD ==
 
== LCM_ADD ==
Line 19: Line 24:
 
: where B1 and C1 contain <tt>'''6'''</tt> and  <tt>'''3'''</tt> respectively, returns <tt>'''6'''</tt>.
 
: where B1 and C1 contain <tt>'''6'''</tt> and  <tt>'''3'''</tt> respectively, returns <tt>'''6'''</tt>.
  
=== See also: ===
+
=== Issues: ===
'''[[Documentation/How_Tos/Calc: LCM function|LCM]]''',
+
The ODFF international standardization of the <tt>'''LCM'''</tt> / <tt>'''LCM_ADD'''</tt> functions allows both functions to produce precisely the same results.
'''[[Documentation/How_Tos/Calc: GCD function|GCD]]''',
+
'''[[Documentation/How_Tos/Calc: GCD_ADD function|GCD_ADD]]'''
+
  
'''[[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]'''
+
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: LCM function|LCM]]
 +
* [[Documentation/How_Tos/Calc: GCD function|GCD]]
 +
* [[Documentation/How_Tos/Calc: GCD_ADD function|GCD_ADD]]
  
=== Issues: ===
+
* [[Documentation/How_Tos/Calc: Mathematical functions|Mathematical functions]]
The ODFF international standardisation of the <tt>'''LCM'''</tt> / <tt>'''LCM_ADD'''</tt> functions will allow both functions to produce precisely the same results.
+
 
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Mathematical functions]]

Latest revision as of 15:35, 31 January 2024

LCM_ADD

Returns the least common multiple of one or more integers.

This function is only available if the Analysis AddIn is installed.

Syntax:

LCM_ADD(integer1; integer2; ... integer30)

integer1 to integer30 are up to 30 integers or ranges of integers whose least common multiple is to be calculated.
The least common multiple (or lowest common multiple) is the smallest positive integer that is a multiple of all the given numbers.

Example:

LCM_ADD(4; 6)

returns 12, which is the smallest positive integer that is a multiple of 4 (12=4*3) and 6 (12=6*2).

LCM_ADD(B1:C1)

where B1 and C1 contain 6 and 3 respectively, returns 6.

Issues:

The ODFF international standardization of the LCM / LCM_ADD functions allows both functions to produce precisely the same results.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_LCM_ADD_function&oldid=259897"
Views
Personal tools
Navigation
Tools
In other languages