Linearly interpolating functions

January 16, 2018

A common bottle-neck in computing often lies with evaluating computationally intensive functions. There are many ways to approximate functions which give speed improvements. This document discusses a possible improvement to linear interpolation using a lookup table.

Read More