Changes

Jump to navigation Jump to search
Line 11: Line 11:     
==Examples==
 
==Examples==
 +
1. PASTEROWS([[1,2,3],[4,5,6],[10,18,17],[3,65,-23],[-21,67,90]],[-2,-4,-10])
 +
{| class="wikitable"
 +
|-
 +
| 1 || 2 || 3 || -2
 +
|-
 +
| 4 || 5 || 6 || -4
 +
|-
 +
| 10 || 18 || 17 || -10
 +
|-
 +
| 3 || 65 || -23 || 0
 +
|-
 +
| -21 || 67 || 90 || 0
 +
|}
 +
 +
2. PASTEROWS([[3,8,10,14,17],[23,25,21,10],[17,14]],[2,6.3])
 +
{| class="wikitable"
 +
|-
 +
| 3 || 8 || 10 || 14 || 17 || 2
 +
|-
 +
| 23 || 25 || 21 || 10 || 6.3
 +
|-
 +
| 17 || 14 || 0
 +
|}
    
==See Also==
 
==See Also==
writer
6,694

edits

Navigation menu