1.0.0 • Published 3 years ago

fuzzy-formulas v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

fuzzy-formulas

Common formulas that you may have learned way back when but forgot.

Installation

Run npm install fuzzy-formulas or yarn add fuzzy-formulas

Usage

To use a formula simply import the named function into your application

import getAverage from 'fuzzy-formulas'

Available Formulas

  • Average
  • Probability

Contribute

Need a specific formula? Feel free to create a pull request!