Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
QuadraticSolver is a (console) tool to solve quadratic equations.
I felt obliged to program this tool, as a counterweight to PerpetualPC's terribly coded quadratic solver.
QuadraticSolver uses the function SolveQuadratic.
Operating system(s) or programming environment(s)
Libraries used:
# Go ahead and use Qt.Core: it is about as platform-independent as |
include(../../DesktopApplication.pri) |
include(../../Tools/Tool/ToolConsole.pri) |
INCLUDEPATH += \ |
include(../../Tools/ToolQuadraticSolver/ToolQuadraticSolverConsole.pri) |
include(../../Tools/ToolQuadraticSolver/ToolQuadraticSolverConsole.pri) |
//--------------------------------------------------------------------------- |
//--------------------------------------------------------------------------- |
#ifndef QTQUADRATICSOLVERMAINDIALOG_H |
#pragma GCC diagnostic push |
#ifndef QTQUADRATICSOLVERMENUDIALOG_H |
#pragma GCC diagnostic push |
//--------------------------------------------------------------------------- |
//--------------------------------------------------------------------------- |
//--------------------------------------------------------------------------- |
//--------------------------------------------------------------------------- |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml