User Portlet User Portlet

Discussions
I am trying to define a function that is itself based off the results of other functions: cpr[x_, i_, n_] := [cpm[x, i, n]/pxl[n, i]] where: cpm[x_, i_, n_] := Product[pm[x, i], {x, 1, n}] and I want it to change to...