WOLFRAM SYSTEM MODELER
atan2Unit-correct implementation of function with the same name in Modelica.Math |
|
SystemModel["SystemModelerExtras.Experimental.Units.Radian.atan2"]

| u1 |
Type: Real Description: First independent variable |
|---|---|
| u2 |
Type: Real Description: Second independent variable |
| y |
Type: Angle (rad) Description: Dependent variable y=atan2(u1, u2)=atan(u1/u2) |
|---|