Computes a value based on a quadratic function..
Arguments
- t
Numeric value.
- a
Numeric value for coefficient a.
- b
Numeric value for coefficient b.
- c
Numeric value for coefficient c.
Value
A numeric value based on the linear function.
Details
$$
f(t; a, b, c) = a \cdot t^2 + b \cdot t + c
$$