RangeError in array with size > 32 in combination
Closed this issue · 1 comments
nobjr commented
Hi,
I found RangeError problem with combination function when used arrays with size > 32:
var x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]; var array = Combinatorics.combination(x, 2).toArray();
Any idea for solve it?
Thanks for advance.
nobjr commented
Sorry... bigCombination solve it.