Manuals/calci/MULTIPLESOF
Jump to navigation
Jump to search
MULTIPLESOF(Number,Count,StartFrom)
- is the 'multiples of' value,
- is how many multiples are to be calculated from the starting value,
- is the starting point of calculation.
Description
- This function shows the multiples of the given numbers starting from the mentioned number.
- indicates how many multiples are to be calculated. Count value should be always positive.
- 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.
- and can be positive or negative.
Examples
- MULTIPLESOF(2,6,8) = 8 10 12 14 16 18 (Gives 6 multiples of 2 starting from 8)
- MULTIPLESOF(5,10,15) = 15 20 25 30 35 40 45 50 55 60
- MULTIPLESOF(10,5,-25) = -25 -15 -5 5 15
- MULTIPLESOF(-3,4,20) = 20 17 14 11
Related Videos
See Also
References