function regRoot_cinterp_der extends TRANSFORM.Icons.Function; input Real x "Root argument"; input Real deltax = 0.01 "Interpolation interval near 0"; input Real dx "Derivative of argument"; output Real dy "Derivative of root"; end regRoot_cinterp_der;