'sqrt()'sqrt() |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Square root
sqrt(v)
Returns the square root of v if v>=0, otherwise an error occurs. Argument v needs to be an Integer or Real expression.
sqrt(9) = 3.0