|
muMECH
1.0
|
Class polynomialRootSolution collects functions calculating the roots of polynomial functions. More...
#include <complex>Go to the source code of this file.
Classes | |
| struct | mumech::_COMPLEX |
| class | mumech::polynomialRootSolution |
| Class polynomialRootSolution collects functions calculating the roots of polynomial functions. More... | |
Namespaces | |
| mumech | |
Macros | |
| #define | _MACHINE_EPS_ 1E-100 |
| #define | _sgrt3div2_ 0.8660254037844386 |
Class polynomialRootSolution collects functions calculating the roots of polynomial functions.
Definition in file polynomialRootSolution.h.
| #define _MACHINE_EPS_ 1E-100 |
Definition at line 41 of file polynomialRootSolution.h.
Referenced by mumech::polynomialRootSolution::GetCubicPolyRoots().
| #define _sgrt3div2_ 0.8660254037844386 |
Definition at line 42 of file polynomialRootSolution.h.
Referenced by mumech::polynomialRootSolution::GetCubicPolyRoots().