1.0.7 • Published 1 year ago

p0-calculator v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Calculator CLI App with NodeJS and TypeScript

Usage

npx p0-calculator

Help

CommandDescription
.h or .helpGet help
.e or .exitExit from the app.
#piValue of Pi
#sqrt(x)Square root of x.
#pow(x, y) or x ** yx to the power y.
#sin(x)Sine of x.
#cos(x)Cosine of x.
#tan(x)Tangent of x.
#asin(x)Inverse sine of x.
#acos(x)Inverse cosine of x.
#atan(x)Inverse tangent of x.
#sinh(x)Hyperbolic sine of x.
#cosh(x)Hyperbolic cosine of x.
#tanh(x)Hyperbolic tangent of x.
#asinh(x)Inverse hyperbolic sine of x.
#acosh(x)Inverse hyperbolic cosine of x.
#atanh(x)Inverse hyperbolic tangent of x.
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago