Skip to content

vodozhaba/sqeqg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqeqg

Simple Quadratic Equation Generator

Description

sqeqg — a simple console application that's written in C++ for generating full quadratic equations. You can set maximum values of x₁, x₂ and the a coefficient.

Installation

Building from source

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

About

Simple Quadratic Equation Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • CMake 5.1%