A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
6
Task/Multifactorial/JavaScript/multifactorial-3.js
Normal file
6
Task/Multifactorial/JavaScript/multifactorial-3.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
test(10, 5)
|
||||
Degree 1: 1 2 6 24 120 720 5040 40320 362880 3628800
|
||||
Degree 2: 1 2 3 8 15 48 105 384 945 3840
|
||||
Degree 3: 1 2 3 4 10 18 28 80 162 280
|
||||
Degree 4: 1 2 3 4 5 12 21 32 45 120
|
||||
Degree 5: 1 2 3 4 5 6 14 24 36 50
|
||||
Loading…
Add table
Add a link
Reference in a new issue