/calculator

Node.js cli calculator

Primary LanguageJavaScript

Calculator

This primitive but extremely simple calculator will help you add, subtract, multiply and even DIVIDE numbers.

Warning For any inaccuracies in calculations, please contact the creators of IEEE-754

How to run

  1. Download repository and go to the folder calculator
    git clone https://github.com/KhitrovMaksim/calculator.git
    cd calculator
  2. Run the calculator
    npm run start

For tests

To run the tests, enter the following command

npm run test