3.15.0 • Published 4 years ago

@superblocks-at/formula v3.15.0

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

Circle CI npm version

Formula expressions and functions for JavaScript.

Install

npm install --save formula

General Usage

import { run } from "formula";
run("sum(a, b, c) = 1+2+3", { a: 1, b: 2, c: 3 });

Browser ready

Add to the browser with:

<script type="text/javascript" src="https://unpkg.com/formula@3.8.1/lib/formula.min.js"