This function is used to transform both positive and negative-zero impedance filters into admittances. The filters are necessary for Norton equivalent admittances calculations, and this function allows the transformation of filter impedances into admittances.
function Inverse extends Modelica.Icons.Function; input Real[1, 18] I; output Real[1, 18] O; end Inverse;