Mean of two values
function mean2numbers input Real a; input Real b; output Real c; end mean2numbers;