libnumerixpp  0.1.1
A Powerful C++ Library for High-Performance Numerical Computing
quadratic_equations.hpp File Reference

Quadratic utils for mathematics. More...

#include <vector>
#include "libnumerixpp/mathematics/core.hpp"

Go to the source code of this file.

Namespaces

 mathematics
 Basic mathematics utils.
 
 mathematics::quadratic
 

Functions

double mathematics::quadratic::calculateDiscriminant (double a, double b, double c)
 Calculates the discriminant. More...
 
std::vector< double > mathematics::quadratic::calculateRootsByDiscriminant (double discriminant, double a, double b)
 Calculates the roots by discriminant. More...
 
std::vector< double > mathematics::quadratic::getRootsByVietaTheorem (double a, double b, double c)
 Gets the roots by vieta theorem. More...
 

Detailed Description

Quadratic utils for mathematics.

Authors
alxvdev