Thu Mar 13 19:24:32 2014 by Daniel Gimenes |
Hi, I try a system with a median of 3 custom d8, but instead of give de median, troll gives the sum! I do not understand...this is the code: median choose{1,2,3,4,5,6,7,8}+ choose{2,4,6,8,10,12,14,16}+ choose{9,10,11,12,13,14,15,16} |
Mon Mar 17 10:33:52 2014 by Torben |
As answered by mail, the problem is not the median operator but using + where U should be used (and omitting parentheses). |