WOLFRAM SYSTEM MODELER
wrapAngleWrap angle to interval ]-pi,pi] or [0,2*pi[ |
|
SystemModel["Modelica.Math.wrapAngle"]

y = wrapAngle(u, positiveRange)
| u |
Type: Angle (rad) Description: Input angle |
|---|---|
| positiveRange |
Default Value: false Type: Boolean Description: Use only positive output range, if true |
| y |
Type: Angle (rad) Description: Wrapped output angle |
|---|