Skip to content

Commit

Permalink
Add forgotten link
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Jun 10, 2022
1 parent 7cd0a8f commit 2e29062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Modelica/Blocks/Math.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1886,10 +1886,10 @@ zero or negative.
lineColor={192,192,192},
fillColor={192,192,192},
fillPattern=FillPattern.Solid)}),
Documentation(info="<html>
Documentation(info= "<html>
<p>
This blocks wraps the input angle into the interval ]-pi,pi], if <code>positiveRange == false</code>.
Otherwise the input angle <code>u</code> is wrapped to the interval [0,2*pi[.
This blocks wraps the input angle into the <a href=\"https://en.wikipedia.org/wiki/Interval_(mathematics)#Including_or_excluding_endpoints\">interval</a> ]-pi,pi], if <code>positiveRange == false</code>.
Otherwise the input angle <code>u</code> is wrapped to the <a href=\"https://en.wikipedia.org/wiki/Interval_(mathematics)#Including_or_excluding_endpoints\">interval</a> [0,2*pi[.
</p>
</html>"));
Expand Down
6 changes: 3 additions & 3 deletions Modelica/Math/wrapAngle.mo
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ algorithm
fillPattern=FillPattern.Solid),
Line(points={{-80,54},{-80,54},{-60,80},{-60,-80},{60,80},{60,-80},{80,-52}})}),
Documentation(info= "<html><head></head><body><p>
This function wraps the input angle <code>u</code> to the <a href=\"https://en.wikipedia.org/wiki/Interval_(mathematics)#Notations_for_intervals\">interval</a> ]-pi,pi], if <code>positiveRange == false</code>.
Otherwise the input angle <code>u</code> is wrapped to the <a href=\"https://en.wikipedia.org/wiki/Interval_(mathematics)#Notations_for_intervals\">interval</a> [0,2*pi[.</p></body></html>"));
end wrapAngle;
This function wraps the input angle <code>u</code> to the <a href=\"https://en.wikipedia.org/wiki/Interval_(mathematics)#Including_or_excluding_endpoints\">interval</a> ]-pi,pi], if <code>positiveRange == false</code>.
Otherwise the input angle <code>u</code> is wrapped to the <a href=\"https://en.wikipedia.org/wiki/Interval_(mathematics)#Including_or_excluding_endpoints\">interval</a> [0,2*pi[.</p></body></html>"));
end wrapAngle;

0 comments on commit 2e29062

Please sign in to comment.