p0-calculator
v1.0.7
Published
A calculator CLI app. This is a learning project for Certified Metawerse and Web3 Developer course by Panacloud.
Downloads
2
Readme
Calculator CLI App with NodeJS and TypeScript
Usage
npx p0-calculator
Help
| 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. |