Compute numerator of transfer function for discouraged oustaloup operator
function computeNumerator extends Modelica.Icons.Function; input Integer order; input Real wb; input Real wh; input Real lambda; output Real[:] numerator; end computeNumerator;