New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

eerp

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eerp

Logarithmic/exponential interpolation.

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
10
Maintainers
0
Weekly downloads
 
Created
Source

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

ParamTypeDescription
anumberStart
bnumberEnd
tnumberInterpolant

License

MIT. See license file.

Keywords

logarithmic

FAQs

Package last updated on 06 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts