Difference between revisions of "Manuals/calci/UNITMULTIPLY"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''UNITMULTIPLY(A,B)'''</div><br/> *where <math>A</math> and <math>B</math> are any two real numbers to be multiplied. ==Description== *This func...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''UNITMULTIPLY( | + | <div style="font-size:30px">'''UNITMULTIPLY(a,b)'''</div><br/> |
− | *where <math> | + | *where <math>a</math> and <math>b</math> are any two real numbers to be multiplied. |
==Description== | ==Description== | ||
Line 17: | Line 17: | ||
#UNITMULTIPLY(-50,-5) = 250 | #UNITMULTIPLY(-50,-5) = 250 | ||
#UNITMULTIPLY(true,false) = 0 | #UNITMULTIPLY(true,false) = 0 | ||
− | # | + | #a=4; b=5; =UNITMULTIPLY(a,b) = 20 |
#UNITMULTIPLY(3,2,5) = 6 | #UNITMULTIPLY(3,2,5) = 6 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=4PlkCiEXBQI|280|center|Multiply}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:58, 7 February 2019
UNITMULTIPLY(a,b)
- where and are any two real numbers to be multiplied.
Description
- This function shows the multiplication of two numbers.
- 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.
- The two numbers can be real numbers, constants or logical values.
- For more than two numbers as arguments, only first two numbers are considered for multiplication.
Examples
- UNITMULTIPLY(40,4) = 160
- UNITMULTIPLY(33,2) = 66
- UNITMULTIPLY(-400,4) = -1600
- UNITMULTIPLY(-50,-5) = 250
- UNITMULTIPLY(true,false) = 0
- a=4; b=5; =UNITMULTIPLY(a,b) = 20
- UNITMULTIPLY(3,2,5) = 6
Related Videos
See Also
References