Beispiel #1
0
        static void Main(string[] args)
        {
            Sqrt.DisplayAll();
            Console.WriteLine("----------------------------");

            //Logarithm throws StackOverflowException
            // Logarithm.DisplayAll();
            Console.WriteLine("----------------------------");

            Sinus.DisplayAll();
            Console.WriteLine("----------------------------");
        }