You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modelica/Blocks/Math.mo
+1-1
Original file line number
Diff line number
Diff line change
@@ -1006,7 +1006,7 @@ y = u1 * u2;
1006
1006
annotation (
1007
1007
Documentation(
1008
1008
info = "<html>
1009
-
<p>This blocks computes the output <strong>y</strong> as <em>product</em> of the two input vectors <strong>u1</strong> and <strong>u2</strong>: </p>
1009
+
<p>This blocks computes the output <strong>y</strong> as <em>scalar product</em> of the two input vectors <strong>u1</strong> and <strong>u2</strong>: </p>
0 commit comments