Skip to content

The CalculatorJS is a calculator widget provided dependent on the EpsilonJS expression parser. This widget was created to test the epsilon expression parser. The calculator widget is dependent on jQuery and jQuery UI.

License

Notifications You must be signed in to change notification settings

kdinev/calculatorjs

Repository files navigation

#CalculatorJS Codacy Badge Build Status

You can get calculatorjs throught Bower

bower install calculatorjs

The CalculatorJS is a calculator widget provided dependent on the EpsilonJS expression parser. This widget was created to test the epsilon expression parser. The calculator widget is dependent on jQuery and jQuery UI. In order to use it:

<div id="calculator"></div>
<script type="text/javascript">
    $(document).ready(function () {
        $("#calculator").calculator();
    });
</script>

The calculator widget is used in a Windows 8.1 store application which you may download and play with here: http://apps.microsoft.com/windows/app/epsilon-calculator/ec41ebdd-00c6-4654-a2a2-b297a0118a87

About

The CalculatorJS is a calculator widget provided dependent on the EpsilonJS expression parser. This widget was created to test the epsilon expression parser. The calculator widget is dependent on jQuery and jQuery UI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published