Difference between revisions of "Manuals/calci/MULTIPLESTWO"
Jump to navigation
Jump to search
(Created page with "MULTIPLESTWO") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | MULTIPLESTWO | + | <div style="font-size:30px">'''MULTIPLESTWO (Limit,From,By,MaxLimit)'''</div><br/> |
+ | *<math>Limit</math> and <math>MaxLimit</math> are minimum and maximum limit of the numbers. | ||
+ | *<math>From</math> and <math>By</math> 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. | ||
+ | *According to this function,it is calculating the multiples in the following way. | ||
+ | *MULTIPLESTWO(6000,4,7) = 4 28 196 1372 | ||
+ | *Here it is calculating 4,4*7,28*7 and so on. | ||
+ | |||
+ | ==Examples== | ||
+ | #MULTIPLESTWO(1000,2,5) = 2 10 50 250 | ||
+ | #MULTIPLESTWO(5000,5,6,1000,5.3) = 5 30 180 1080 | ||
+ | #MULTIPLESTWO(700,15,6,100,3.2) = 15 90 540 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=5P8QCRUaq4M|280|center|Multiples}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/MULTIPLY | MULTIPLY ]] | ||
+ | *[[Manuals/calci/MULTIPLYBY | MULTIPLYBY ]] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] | ||
+ | |||
+ | ==References== | ||
+ | *[https://www.mathsisfun.com/definitions/multiple.html Multiples] | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 16:06, 15 January 2019
MULTIPLESTWO (Limit,From,By,MaxLimit)
- 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.
- According to this function,it is calculating the multiples in the following way.
- MULTIPLESTWO(6000,4,7) = 4 28 196 1372
- Here it is calculating 4,4*7,28*7 and so on.
Examples
- MULTIPLESTWO(1000,2,5) = 2 10 50 250
- MULTIPLESTWO(5000,5,6,1000,5.3) = 5 30 180 1080
- MULTIPLESTWO(700,15,6,100,3.2) = 15 90 540