Manuals/calci/MULTIPLYBY

From ZCubes Wiki
Revision as of 04:08, 10 April 2017 by Swapna (talk | contribs)
Jump to navigation Jump to search
MULTIPLYBY(By,OtherArguments)


where

  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle By} is the number to be multiplied by
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle OtherArguments} is the number of array of numbers with which multiplication is to be carried out.

Description

  • This function calculates the multiplication of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle By} number with each given number from the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle OtherArguments} 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(3,2.5) = 7.5
  2. MULTIPLYBY(-7,20) = -140
  3. MULTIPLYBY(2,[5,3,9]) =
  4. MULTIPLYBY(4,[1..4]) =
  5. A= 5 ; MULTIPLYBY(A,6) = 30

See Also

References

Multiplication