Skip to content

nsynced/sqeqg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqeqg

Simple Quadratic Equation Generator

Description

sqeqg — a simple console application that's written in C++ for generating complete quadratic equations. You can set maximum values of x₁, x₂ and the a coefficient. Type $ ./sqeqg -h for help.

Installation

Building from source under Linux

  • Make sure that you've installed CMake and GCC (or Clang)
  • Clone this repository
  • Go to sqeqg folder
  • $ cmake . && make