1.0.4 • Published 3 years ago

calcucli v1.0.4

Weekly downloads
7
License
ISC
Repository
gitlab
Last release
3 years ago

pipeline status

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.

https://calculory.netlify.app/

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago