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

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