eerp
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

eerp

npm version stability-stable npm minzipped size dependencies types Conventional Commits styled with prettier linted with eslint license

Logarithmic/exponential interpolation.

paypal coinbase twitter

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

Installation

npm install eerp

Usage

import eerp from "eerp";

const i = eerp(a, b, t);

API

eerp

eerp(a, b, t) ⇒ number

Logarithmic/exponential interpolation

Kind: Exported function

Param Type Description
a number Start
b number End
t number Interpolant

License

MIT. See license file.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i eerp

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.3 kB

    Total Files

    7

    Last publish

    Collaborators

    • dmnsgn