1.0.0 • Published 8 years ago

not-linear-percent v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

not-linear-percent

Not linear percent function

NPM version Downloads

Install

npm install --save not-linear-percent

Usage

import notLinearPercent from 'not-linear-percent';

console.log(notLinearPercent(0.8))
// 0.7048327646991335

console.log(notLinearPercent(0.9))
// 0.7951672353008665

console.log(notLinearPercent(0.99))
// 0.9362314391414801

console.log(notLinearPercent(1))
// 1