An open API service indexing awesome lists of open source software.

https://github.com/exposedcat/calculator

Simple safe calculator (without eval)
https://github.com/exposedcat/calculator

Last synced: 7 months ago
JSON representation

Simple safe calculator (without eval)

Awesome Lists containing this project

README

          

# Calculator
Simple safe calculator (without eval)

To calculate expression, run
```js
calc(expression)
```
at ```calc.js```