UNPKG
proportion
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Simple package for calculating proportion
proportion
/
README.md
12 lines
(8 loc)
•
227 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
`proportion`
is a simple
package
for
calculating proportions.
# Installation
`$ npm install proportion`
# Usage
``
`javascript var proportion = require("proportion"); proportion.of(5).if(10).equals(100); // 50 `
``