Skip to content

Artic67/lab-1-mtd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Application that solve quadratic equations

Installation

Below is an example of how to install and make everything work.

  1. Clone the repo

    git clone https://github.com/Artic67/lab-1-mtd.git
  2. Install NodeJs if you don't have it https://nodejs.org/uk/

  3. Open cmd in folder of cloned repo

  4. Write command to run script

    node index.js

Modes

There are 2 different modes:

  • Interactive
  • Non-interactive

In interactive mode you write arguments in console one by one.

In Non-interactive mode you write a path to file with arguments. File must be with .txt extension and have a strusture like:

A\sB\sC\n

For example:
1 0 0

Link to the revert commit: Revert commit

(back to top)

About

Application that solve quadratic equations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors