@novacalc/cli
v1.0.1
Published
The CLI for Novacalc, the text-based math calculator.
Downloads
5
Readme
@novacalc/cli
Complete basic (and not so basic) calculations from the command line.
Installation
npm i -g @novacalc/cli
# help
ncalc help
Usage
ncalc "<expression>"
Examples
ncalc "1+1"
2
ncalc "4*8/2+10"
26
ncalc "sin(45)"
License
Licensed under the AGPL v3 license. Learn more about it here.