Type Alias LinearFunction

LinearFunction: ((x: number) => number)

For use with makeLinear() and makeBoundedLinear().