calcucli
v1.0.4
Published
Calculator REPL running on calculy.
Downloads
3
Maintainers
Readme
Calcucli
Calculator REPL running on calculy.
Install
npm install -g calcucli
Use
calc
> 1+2
3
> (1-2)*3
-3
> ans+6
3
> (3+3(
Unexpected token "undefined", expected a number, parenthesis, function or constant.
> |cos(pi)-sin(pi/2)|^2
4
For all the math syntax and functions available check the documentation on calculy:
https://www.npmjs.com/package/calculy
User interface
Also powered by calculy is the beautiful and powerful Calculory web calculator.