WOLFRAM SYSTEM MODELER

'sqrt()'

sqrt()

Wolfram Language

In[1]:=
SystemModel["ModelicaReference.Operators.'sqrt()'"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

Square root

Syntax

sqrt(v)

Description

Returns the square root of v if v>=0, otherwise an error occurs. Argument v needs to be an Integer or Real expression.

Examples

sqrt(9)
 = 3.0