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

function1() private static method

private static function1 ( double x ) : double
x double
return double
        private static double function1(double x)
        {
            return 2 + Math.Cos(2 * Math.Sqrt(x));
        }