MULTIPLES (Limit,From,By,MaxLimit,SwitchLimits)
- and are minimum and maximum limit of the numbers.
- and are any real numbers.
Description
- This function shows the multiples of the given numbers.
- The multiples of a whole number are found by taking the product of any counting number and that whole number.
- The multiples are the products of these multiplications.
- Also the list of the multiples of a whole numbers are endless.
- The Least Common Multiple of a set of whole numbers is the smallest multiple common to all whole numbers in the set.
- For example, in the Multiples of 4 are 4,8,12,16...Here Least common multiple is 4.
Examples
- MULTIPLES(10,6,80,90) = 6
- MULTIPLES(6,6,80,90) = 6