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)
- Host: GitHub
- URL: https://github.com/exposedcat/calculator
- Owner: ExposedCat
- Created: 2020-06-05T07:50:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T10:12:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T14:34:18.312Z (12 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
Simple safe calculator (without eval)
To calculate expression, run
```js
calc(expression)
```
at ```calc.js```