Difference between revisions of "Manuals/calci/MULTIPLYWITH"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''MULTIPLYWITH(Number1,Number2)'''</div><br/> *<math>Number1</math> and <math>Number2</math> are any real number. ==Description== *This function...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 12: | Line 12: | ||
# MULTIPLYWITH(18,-11) = -198 | # MULTIPLYWITH(18,-11) = -198 | ||
# MULTIPLYWITH(34,9.65) = 328.1 | # MULTIPLYWITH(34,9.65) = 328.1 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=dSFja7Jsg6c|280|center|Multiply}} | ||
==See Also== | ==See Also== | ||
Line 19: | Line 23: | ||
==References== | ==References== | ||
− | *[ | + | *[https://en.wikipedia.org/wiki/Multiplication Multiplication] |
Latest revision as of 04:33, 13 February 2019
MULTIPLYWITH(Number1,Number2)
- and are any real number.
Description
- This function calculates the multiplication of the given two numbers.
- In ,the parameters are any two real 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.
Examples
- MULTIPLYWITH(9,14) = 126
- MULTIPLYWITH(18,-11) = -198
- MULTIPLYWITH(34,9.65) = 328.1
Related Videos
See Also
References