using ClassificationOnLevelDetalization; using System.Runtime.CompilerServices; Class1 class1 = new Class1(); //class1.DriverGetCos(3.14); //class1.DriverGetSec(3.14); //class1.DriverGetTan(3.14); //class1.DriverGetCot(3.14); class1.DriverGetLog(2, 8); //class1.DriverFirst(-3.14); //class1.DriverSecond(2); //while (true) //{ // Console.WriteLine("\nВведите х, чтобы выйти введите 0 или 1"); // double x = Convert.ToDouble(Console.ReadLine()); // if (x < 0) // { // class1.First(x); // } // else if (x > 1) // { // class1.Second(x); // } // else // { // break; // } //}