Skip to content

Commit

Permalink
Merge pull request modelica#4191 from HansOlsson/RemovePIunit
Browse files Browse the repository at this point in the history
Revert adding unit to pi due to regressions
  • Loading branch information
hubertus65 committed Oct 17, 2023
2 parents ecf5df5 + dbcda99 commit 7253677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Constants.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package Constants

// Mathematical constants
final constant Real e(final unit="1") = Modelica.Math.exp(1.0);
final constant Real pi(final unit="1") = 2*Modelica.Math.asin(1.0); // 3.14159265358979;
final constant Real pi = 2*Modelica.Math.asin(1.0); // 3.14159265358979;
final constant Real D2R(final unit="rad/deg") = pi/180 "Degree to Radian";
final constant Real R2D(final unit="deg/rad") = 180/pi "Radian to Degree";
final constant Real gamma(final unit="1") = 0.57721566490153286061
Expand Down

0 comments on commit 7253677

Please sign in to comment.