Accord.Tests.Math.IntegralTest.function3 C# (CSharp) Method

function3() public static method

public static function3 ( double x ) : double
x double
return double
        public static double function3(double x)
        {
            return x * Math.Exp(-(x * x));
        }