Manuals/calci/MULTIPLYBY

From ZCubes Wiki
Revision as of 05:02, 10 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''MULTIPLYBY(By,OtherArguments)'''</div><br/> *where <math>By</math> *<math>OtherArguments</math> ==Description== *This function calculates the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
MULTIPLYBY(By,OtherArguments)


  • where

Description

  • This function calculates the multiplication of number with each given number 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

  1. MULTIPLYBY(44,3) = 132
  2. MULTIPLYBY(-7,20) = -140
  3. MULTIPLYBY(8.5,3) = 25.5
  4. MULTIPLYBY(2,6,8) = 96
  5. MULTIPLYBY(1..4,3) = 72
  6. A= 5 ; MULTIPLYBY(A,6) = 30

See Also

References

Multiplication