45 this->v_[coefficient::a] = a;
55 return this->v_[coefficient::a];
73 return this->v_[coefficient::a];
91 return x*(
x*a() +
b()) +
c();
Quadratic equation of the form a*x^2 + b*x + c = 0.
scalar value(const scalar x) const
Evaluate at x.
scalar derivative(const scalar x) const
Evaluate the derivative at x.
scalar error(const scalar x) const
Estimate the error of evaluation at x.
quadraticEqn()
Construct null.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
const dimensionedScalar c
Speed of light in a vacuum.
dimensioned< scalar > mag(const dimensioned< Type > &)