Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Modelica/Math/Special.mo
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ erfc(0.5) // = 0.4795001221869534
extends Modelica.Icons.Function;
input Real u "Input argument in the range -1 <= u <= 1";
output Real y "= inverse of error function";
protected
constant Real eps = 0.1;
algorithm
if u >= 1 then
y := Modelica.Constants.inf;
Expand Down
Loading