.TRANSFORM.Math.ComplexMath.csqrt

Returns the complex result of the the square root of a real number

Information

Returns complex record y.re and y.im of sqrt(x).

Interface

function csqrt
  input Real x;
  output Complex y;
end csqrt;

Generated at 2026-05-04T18:18:56Z by OpenModelicaOpenModelica 1.26.7 using GenerateDoc.mos