Power function that is linearized below a user-defined threshold
function powerLinearized input Real x "Abscissa value"; input Real n "Exponent"; input Real x0 "Abscissa value below which linearization occurs"; output Real y "Function value"; end powerLinearized;