WOLFRAM SYSTEM MODELER

atan2

Unit-correct implementation of function with the same name in Modelica.Math

Wolfram Language

In[1]:=
SystemModel["SystemModelerExtras.Experimental.Units.Radian.atan2"]
Out[1]:=

Syntax

y = atan2(u1, u2)

Inputs (2)

u1

Type: Real

Description: First independent variable

u2

Type: Real

Description: Second independent variable

Outputs (1)

y

Type: Angle (rad)

Description: Dependent variable y=atan2(u1, u2)=atan(u1/u2)