News

This is the Early Access (alpha) documentation for authoring JavaScript formulas in The Big Crunch. It covers the JavaScript API, built-in functions list, and various examples for creating interesting ...
fparser provides a Formula class that parses strings containing mathematical formulas (e.g. x*sin(PI*x/2)) into an evaluationable object. One can then provide values for all unknown variables / ...