y = p[1] + log(p[2]*u) - m*u
function fun3 extends Modelica.Math.Nonlinear.Interfaces.partialScalarFunction; input Real p[2]; input Real m; end fun3;