Compare results of functions from Modelica.Math.Distributions.Normal with those from Modelica.Math.Distributions.TruncatedNormal, each for the same arguments.
function normal extends Modelica.Icons.Function; import Modelica.Math.Distributions.Normal; import T_Normal = Modelica.Math.Distributions.TruncatedNormal; input Integer nPoints(min = 2) = 1000 "Number of evaluation points"; end normal;