1.2.0 • Published 8 years ago

@offbyonestudios/formulas v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Formulas

Evaluate single variable PMDAS functions (no exponentiation)

Installation

yarn install @offbyonestudios/formulas

Usage

ES5

var formulas = require('@offbyonestudios/formulas').default;
console.log(formulas("(2*x) + 3", 45))

ES6

import formulas = require('@offbyonestudios/formulas');
console.log(formulas("(2*zeta) + 3", 45))

Remarks

We aren't stupid. We needed this for something, honestly.

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago