#define entropia(n1,n2) (nln[(n1)+(n2)] - nln[n1] - nln[n2]) double * nln; void inicNlogn (int n);