@superblocks-at/formula
v3.15.0
Published
Formula compiler and function library
Downloads
4
Readme
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/[email protected]/lib/formula.min.js"