.Modelica.ComplexMath.sqrt

Information

This function returns the Complex square root (principal square root) of the Complex input.

Interface

function sqrt
  extends Modelica.Icons.Function;
  input Complex c1 "Complex number";
  output Complex c2 "= sqrt(c1)";
end sqrt;

Generated at 2024-12-26T19:25:54Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos