Class managing a script expression.
Base class for funcions of one scalar variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
override IElement EvaluateScalar(Complex Argument, Variables Variables)
Evaluates the function on a scalar argument.
override IElement EvaluateScalar(double Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string FunctionName
Name of the function
Erf(ScriptNode Argument, int Start, int Length, Expression Expression)
Error function erf(z)
Contains Numerical Methods to compute mathematical functions needed for probabilistic computations.
static double Erf(double x)
Error function erf(x)
Basic interface for all types of elements.