Logarithmic/exponential interpolation.
npm install eerp








Logarithmic/exponential interpolation.



Based on Freya Holmér naming and Scott Lembcke' Logarithmic Interpolation.

``bash`
npm install eerp
`js
import eerp from "eerp";
const i = eerp(a, b, t);
``
Logarithmic/exponential interpolation
Kind: Exported function
| Param | Type | Description |
| ----- | ------------------- | ----------- |
| a | number | Start |
| b | number | End |
| t | number | Interpolant |
MIT. See license file.