not-linear-percent
v1.0.0
Published
Not linear percent function
Downloads
2
Readme
not-linear-percent
Not linear percent function
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