4. Quadratic Taylor Series Approximation

Using the first three terms of the Taylor series:
  g = 0.375 + f*(0.75 - f*0.125)

This approximation is exact for f=1, too high for f<1, and too low for f>1.