1.0.7 • Published 3 years ago
p0-calculator v1.0.7
Calculator CLI App with NodeJS and TypeScript
Usage
npx p0-calculatorHelp
| Command | Description |
|---|---|
| .h or .help | Get help |
| .e or .exit | Exit from the app. |
| #pi | Value of Pi |
| #sqrt(x) | Square root of x. |
| #pow(x, y) or x ** y | x 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. |