.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 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos