#include // some math function #include "lto.h" double evaluate(double a, double b, double c, double x) { return a * x * x + b * x + c; }