.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-26T18:20:16Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos