double x = 0.96;
double y = Math.Cos(1.5 * x) - Math.Pow(Math.E, Math.Sin(x + (5.0 / 3.0))) + Math.Sqrt(x + (7.0 / 6.0));
Console.WriteLine(" x = {0} \t y = {1} ", x, y);
Console.ReadKey();
Math.Pow(Math.E, Math.Sin(x + (5.0 / 3.0)))
Math.Exp( Math.Sin(x + (5.0 / 3.0)))