Manuals/calci/UNITMULTIPLY

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

Related Videos

Multiply

See Also

References

Multiplication