Returns complex record y.re and y.im of sqrt(x).
function csqrt input Real x; output Complex y; end csqrt;