Takes an input range which is logarithmic and converts it to a linear scale.
Calculates the coefficient a and b based on the ranges given.
input value is converted and returned.
See Implementation
Takes an input range which is logarithmic and converts it to a linear scale.