Skip to content

Commit

Permalink
Formatted file
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Jan 3, 2024
1 parent 5cef094 commit 67f2ead
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions IBPSA/Electrical/BaseClasses/PV/BaseClasses/lambertWSimple.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ 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.</p>
<p>This function is a simple approximation for Lambert W function following Baetzelis, 2016:</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>
<li>
Expand Down

0 comments on commit 67f2ead

Please sign in to comment.