Difference between revisions of "Manuals/calci/UNITMULTIPLY"

From ZCubes Wiki
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...")
 
Line 1: Line 1:
<div style="font-size:30px">'''UNITMULTIPLY(A,B)'''</div><br/>
+
<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.
+
*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
+
#a=4; b=5; =UNITMULTIPLY(a,b) = 20
 
#UNITMULTIPLY(3,2,5) = 6
 
#UNITMULTIPLY(3,2,5) = 6
  

Revision as of 17:23, 26 June 2018

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

  1. UNITMULTIPLY(40,4) = 160
  2. UNITMULTIPLY(33,2) = 66
  3. UNITMULTIPLY(-400,4) = -1600
  4. UNITMULTIPLY(-50,-5) = 250
  5. UNITMULTIPLY(true,false) = 0
  6. a=4; b=5; =UNITMULTIPLY(a,b) = 20
  7. UNITMULTIPLY(3,2,5) = 6

See Also

References

Multiplication