<t>I just came up with an idea . . . not sure if it works . . .You can fit an 11 order polynomial, say a11*x^11 + a10*x^10 + . . . + a1*x = y.For x = 1 and y = 100%, the polynomial becomes: a11 + a10 + . . . + a1 = 100.For x = 2 and y = 40.63%, the polynomial becomes: a11*2^11 + a10*2^19 + . . . + a...