Difference between revisions of "Manuals/calci/MROWDUPLICATE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''MROWDUPLICATE (arow,N)'''</div><br/> *<math>arow</math> is any set of values. *<math>N</math> is number of times. ==Description== *This functi...") |
|||
| Line 35: | Line 35: | ||
==See Also== | ==See Also== | ||
| − | *[[Manuals/calci/ | + | *[[Manuals/calci/MCOLDUPLICATE | MCOLDUPLICATE ]] |
| − | *[[Manuals/calci/ | + | *[[Manuals/calci/DUPLICATE | DUPLICATE ]] |
| − | |||
| − | |||
==References== | ==References== | ||
Revision as of 14:08, 7 November 2017
MROWDUPLICATE (arow,N)
- 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 arow} is any set of values.
- 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 N} is number of times.
Description
- This function shows the duplicate value of each 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 MROWDUPLICATE (arow,N)} , 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 arow} is the set of values.
- 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 N} is the number of times to show the values.
- Duplicate is the one of two or more identical things.
- So this function will show each and every number with the duplicate values in the given number of times.
Examples
- MROWDUPLICATE([[2,3,4],[10,-12,13],[0,1,2.4]],3)
| 2 | 2 | 2 |
| 3 | 3 | 3 |
| 4 | 4 | 4 |
| 10 | 10 | 10 |
| -12 | -12 | -12 |
| 13 | 13 | 13 |
| 0 | 0 | 0 |
| 1 | 1 | 1 |
| 2.4 | 2.4 | 2.4 |
See Also
References