.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-07-05T18:59:05Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos