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 + P ) / ( P * 3 )

Element (E)
2 3 4
Position (P) observed formula variance observed formula variance observed formula variance
4 0.753 0.75 0.333%
5 0.669 0.667 0.3%
6 0.626 0.611 2.455% 0.834 0.722 15.477%
7 0.601 0.571 5.167% 0.751 0.667 12.625%
8 0.584 0.542 7.846% 0.701 0.625 12.107% 0.876 0.708 23.671%
9 0.572 0.519 10.357% 0.667 0.593 12.5% 0.801 0.667 20.15%
10 0.563 0.5 12.6% 0.643 0.567 13.529% 0.751 0.633 18.579%
11 0.556 0.485 14.688% 0.625 0.545 14.66% 0.716 0.606 18.14%

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.