@algebroid/cli
v0.1.8
Published
Command line utility for calculating math expressions.
Downloads
15
Readme
@algebroid/cli
Command line utility for calculating math expressions.
- supports large numbers.
- supported operators:
+-*/%^
Usage
Install
npm i -g @algebroid/cli
Run
# check version
algebroid --version
# calculate
algebroid "12 ^ 12 + 4 - ( 80 % 43 )"