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

Quadratic utils for mathematics. More...

#include <vector>

Go to the source code of this file.

Namespaces

 mathematics
 Basic mathematics utils.
 
 mathematics::quadratic
 

Functions

auto mathematics::quadratic::calculate_discriminant (double a, double b, double c) -> double
 Calculates the discriminant. More...
 
auto mathematics::quadratic::calculate_roots_by_discriminant (double discriminant, double a, double b) -> std::vector< double >
 Calculates the roots by discriminant. More...
 
auto mathematics::quadratic::get_roots_by_vieta_theorem (double a, double b, double c) -> std::vector< double >
 Gets the roots by vieta theorem. More...
 

Detailed Description

Quadratic utils for mathematics.

Authors
alxvdev