Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.
/ MTRPZ-L1 Public archive

Quadratic equations solver that can work in several modes

License

Notifications You must be signed in to change notification settings

Avaztazia/MTRPZ-L1

Repository files navigation

Quadratic Equations Solver

This is a quadratic equations solver with a console interface.

Now solver supportes 2 mode:

  • Interactive (coefficients taken from console input)
  • Non interactive (coefficients taken from file)

Interactive

image

Non interactive

image

1.txt content:

14 21 3

How to build

Build from sources

  1. Download and install .NET 6 SDK
  2. Clone the repo with a project
  3. Start your's terminal at the folder that contains EquationSolver.ConsoleUI.csproj file
  4. Execute .NET CLI command dotnet build and then dotnet run

Use portable version that is already build and usage-ready

  1. Go to the releases page
  2. Download the last stable realease
  3. Execute EquationSolver.ConsoleUI.exe

Non Interactive mode

To use non interact mode specify a path to a .txt ot .text file that will contains a row of three numbers.

Example

14 21 3

Revert commit hash: a0a1176