Changes

Jump to navigation Jump to search
Line 12: Line 12:  
# N is not positive number.  
 
# N is not positive number.  
 
# N,X and Y is a Non-numeric.
 
# N,X and Y is a Non-numeric.
 +
 +
==Examples==
 +
1. BINOMIALSERIES(7,2,3)
 +
{| class="wikitable"
 +
|-
 +
| 1 || 2|| 0 || 3 ||7
 +
|-
 +
| 7 || 2 || 1 ||3 || 6
 +
|-
 +
| 21 || 2 || 2 || 3 || 5
 +
|-
 +
| 35 || 2 || 3 || 3 || 4
 +
|-
 +
| 35 || 2 || 4 || 3 ||3
 +
|-
 +
|21 || 2 ||5 || 3 ||2
 +
|-
 +
| 7 || 2 || 6 || 3 || 1
 +
|-
 +
|1 || 2 || 7 || 3 ||0
 +
|}
 +
1 2 0 3 7
 +
7 2 1 3 6
 +
21 2 2 3 5
 +
35 2 3 3 4
 +
35 2 4 3 3
 +
21 2 5 3 2
 +
7 2 6 3 1
 +
1 2 7 3 0
writer
6,694

edits

Navigation menu