AngouriMath

Navigation

← Back to list of members

CombinateSums​(PeterO.​Numbers.​EInteger,​PeterO.​Numbers.​EInteger)

 Method (no overloads)

Summary

CombinateSums(3, 5) ->
{ 0, 0, 5 }, { 0, 1, 4 }, { 0, 2, 3 }, { 0, 3, 2 }, { 0, 4, 1 },
{ 0, 5, 0 }, { 1, 0, 4 }, { 1, 1, 3 }, { 1, 2, 2 }, { 1, 3, 1 },
{ 1, 4, 0 }, { 2, 0, 3 }, { 2, 1, 2 }, { 2, 2, 1 }, { 2, 3, 0 },
{ 3, 0, 2 }, { 3, 1, 1 }, { 3, 2, 0 }, { 4, 0, 1 }, { 4, 1, 0 }, { 5, 0, 0 }

























Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online