Implement linearloglinear interpolation method
In number-utils.js...
- Update interpolation function to include support for linearloglinear (linear x, log y, linear method) method.
- Be cautious about 0-valued y-values
- Update log (logloglinear) to be more careful with 0-valued x-values.