< L = pan * M; R = (1 - pan) * M;
< L = pow (pan, 0.5) * M; R = pow ((1 - pan), 0.5) * M;
See Implementation