Manuals/calci/PRODUCTOF
Jump to navigation
Jump to search
PRODUCTOF(TillNumber,StartNumber,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 TillNumber} is the final number.
- 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 StartNumber} is the starting number.
- 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 skip number.
Description
- This function is showing product of the given set of numbers.
- In 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 PRODUCTOF(TillNumber, StartNumber,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 TillNumber} is the final number in the product.
- 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 StartNumber} is the starting number in the product.
- 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 skip value in the product.
- A Product is a number or a quantity obtained by multiplying two or more numbers together.
- Here PRODUCTOF(10,4,2) = 1920.
- In this example it is doing the multiplication of 4*6*8*10=1920.
- Suppose the third parameter is not given,then the skip value is assigned as 1.
- So it is doing the multiplication of 4*5*6*7*8*9*10=604800.
Examples
- PRODUCTOF(7,4) = 840
- PRODUCTOF(7,4,2) = 24
- PRODUCTOF(12.3,5,3) = 440
- PRODUCTOF(23.2,8.5,4) = 35939.0625
Related Videos
See Also
References