@toolsnap/percentage-calc
v1.0.0
Published
Calculate percentages, percentage change, and proportions. Visit https://risetop.top for more free online tools.
Downloads
59
Maintainers
Readme
@toolsnap/percentage-calc
Calculate percentages, percentage change, and proportional differences.
🔗 Try our free online tools at risetop.top
Installation
npm install @toolsnap/percentage-calcUsage
const { of, from, change, difference } = require('@toolsnap/percentage-calc');
console.log(of(25, 200)); // 12.5 (25 is 12.5% of 200)
console.log(from(15, 200)); // 30 (15% of 200 is 30)
console.log(change(80, 100)); // 25 (25% increase)
console.log(difference(80, 100)); // 22.22License
MIT
