Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
| namespace | Gaudi::Math |
Defines | |
| #define | KERNEL_MATHHELPERFUN_H 1 |
Functions | |
| template<class OUTPUTTYPE> | |
| unsigned int | Gaudi::Math::SolveQuadraticEquation (const double a, const double b, const double c, OUTPUTTYPE out) |
| Solve the quadratic equation: a*x*x + b*x + c = 0;. | |
Definition in file MathHelperFun.h.
| #define KERNEL_MATHHELPERFUN_H 1 |
Definition at line 3 of file MathHelperFun.h.
1.4.7