Takes an input range which is linear and converts it to a logarithmic 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 linear and converts it to a logarithmic scale.