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.

View the Project on GitHub kdinev/calculatorjs

CalculatorJS Codacy BadgeBuild Status

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