Skip to content

JavaScript module, performs automated updates if input elements or variables change. Useful to implement calculators.

License

Notifications You must be signed in to change notification settings

BassMatiOnCode/evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evaluator.js

Evaluator is a JavaScript library that implements an equations evaluator in HTML pages. It can be used to quickly implement calculators in HTML pages.

The focus of the module is a shift from coding to configuration: JavaScript-variables are bound to object members and HTML element attributes, input element changes cause a function list to be executed.

What remains for the user is to implement the functions to be called.

Documentation and Download

The documentation and download can be found in the project website https://bassmationcode.github.io/evaluator/.

About

JavaScript module, performs automated updates if input elements or variables change. Useful to implement calculators.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published