Skip to content

d3phys/quadratic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadratic

Logo

A minimalistic CLI Linux program which solves quadratic equations.

Description

This program can easily solve quadratic equations. It has an eye-catching design and user-friendly interface.

Installation

This program can be installed in a few simple steps. You should have git , make and g++ compiler installed.

  • Clone this repository:
    • git clone https://github.com/d3phys/Quadratic.git
  • Build the program:
    • cd Quadratic/
    • make bin

Usage

Run <local_path_to_repo>/quadratic.out and enjoy the process.

"Quadratic" works with a standard form quadratic equation: ax²+bx+c=0. Simply enter a b c coefficients.

You can enter 0 instead of a to solve a linear equation.

Preview

Usage example:

Preview

Docs

If you want to use some modules or modify the whole program, you can check the documetation.

Check <local_path_to_repo>/docs/compiled