Skip to content

Commit

Permalink
correct html #1575
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Dec 12, 2023
1 parent 3eec2db commit 7ae23d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function lambertWSimple
algorithm
W:= log(x)*(1-log(log(x))/(log(x)+1));
annotation (Documentation(info="<html>
<p>The Lambert W function solves mathematical equations in which the unknown is both inside and outside of an exponential function or a logarithm.</span></p>
<p>The Lambert W function solves mathematical equations in which the unknown is both inside and outside of an exponential function or a logarithm.</p>
<p>This function is a simple approximation for Lambert W function following Baetzelis, 2016:</p>
</html>", revisions="<html>
<ul>
Expand Down

0 comments on commit 7ae23d9

Please sign in to comment.