Any Order Columns - Formula for IE margin-left reduction

NB. Values only observed for those conditions which require it upto 11 columns. Values may need refinement for real world deployment.

Current formula = ( (2 * E) + (1.15**(P-3)) + P ) / ( P * (4 - (1.1**(E-2))) )

Element (E)
2 3 4
Position (P) observed formula variance observed formula variance observed formula variance
4 0.753 0.763 -1.31%
5 0.669 0.688 -2.833%
6 0.626 0.64 -2.177% 0.834 0.777 7.327%
7 0.601 0.607 -1.011% 0.751 0.727 3.342%
8 0.584 0.584 0.062% 0.701 0.69 1.525% 0.876 0.807 8.556%
9 0.572 0.567 0.894% 0.667 0.663 0.502% 0.801 0.769 4.143%
10 0.563 0.555 1.38% 0.643 0.643 -0.017% 0.751 0.741 1.418%
11 0.556 0.547 1.611% 0.625 0.629 -0.539% 0.716 0.719 -0.384%

Numerator

Denominator

((2 * E) + 1 + P)/(P * 3)

((2 * E) + (1.15**(P-3)) + P)/(P * (4 - (1.1**(E-2))))

Hey!

This page is just for demonstration purposes only. ie. to demonstrate that I am an idiot.