Closed yiu31802 closed 7 years ago
You might be able to do it like this:
var x = [[0, 1, 2], [0, 10, 20], [0, 100, 200]]
Combinatorics.cartesianProduct.apply(null, x);
Wow that works, knowing that this is a javascript technique... Thank you very much @blanch
Example from README.md:
Is there a way to do like this?