Description Calculates the Gaussian function Exp(-px2).
Syntax ans = Gaus2 ( x )
Parameters ans (Double) The result of calculating Exp(-px2).
x As Double The argument of the Gaussian function is to be calculated.
Remarks No errors are set.
See Also Examples
|