Skip to content

A math parser for Processing - give it a string, it gives back an evaluator

Notifications You must be signed in to change notification settings

Pomax/mathparser

Repository files navigation

MathFunction.js

  1. Lodge codebase using npm install.
  2. Verify code integrity with grunt (if grunt is not installed, npm install -g grunt-cli).
  3. Compile library with node compile.

This will have generated a (new) MathFunction.js and MathFunction.min.js (compressed by the Google Closure Compiler, using node-minify), which you can use on your page.

Demonstrator: http://pomax.github.io/mathparser/

(c) 2013, Mike "Pomax" Kamermans This library is not yet finished, and as such all rights are reserved.

About

A math parser for Processing - give it a string, it gives back an evaluator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published