This routine computes the Gegenbauer polynomial, Cn(a)(x).
function gegenpoly_Cn extends Modelica.Icons.Function; input Integer n; input Real a, x; output Real y; end gegenpoly_Cn;