y = Sine2(A, w, x)
function Sine2 input Real A; input Real w; input Real x; output Real y; end Sine2;