Difference between revisions of "Manuals/calci/MULTIPLY"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''MULTIPLY()'''</div><br/> ==Description== *This function calculates the multiplication of given numbers in the array. *Multiplication is one of ...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''MULTIPLY()'''</div><br/> | <div style="font-size:30px">'''MULTIPLY()'''</div><br/> | ||
+ | <div style="font-size:30px">'''PRODUCT ()'''</div><br/> | ||
+ | *Parameters can be any real numbers. | ||
+ | **MULTIPLY(), multiplies its arguments. | ||
==Description== | ==Description== | ||
Line 15: | Line 18: | ||
#MULTIPLY(1..4,3) = 72 | #MULTIPLY(1..4,3) = 72 | ||
# A= 5 ; MULTIPLY(A,6) = 30 | # A= 5 ; MULTIPLY(A,6) = 30 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=dSFja7Jsg6c|280|center|Multiply}} | ||
==See Also== | ==See Also== |
Latest revision as of 15:09, 15 January 2019
MULTIPLY()
PRODUCT ()
- Parameters can be any real numbers.
- MULTIPLY(), multiplies its arguments.
Description
- This function calculates the multiplication of given numbers in the array.
- Multiplication is one of the four basic operations of arithmetic.
- Multiplication is adding equal parts or groups.
- Multiplication is the repeated addition and it is the opposite of Division.
Examples
- MULTIPLY(44,3) = 132
- MULTIPLY(-7,20) = -140
- MULTIPLY(8.5,3) = 25.5
- MULTIPLY(2,6,8) = 96
- MULTIPLY(1..4,3) = 72
- A= 5 ; MULTIPLY(A,6) = 30
Related Videos
See Also
References