function PolynomialEvaluator input Real A[:]; input Real x = 1.0; output Real sum; end PolynomialEvaluator;