public static void main(string[] args)
		{
			EnhancedPrecisionOpExample example = new EnhancedPrecisionOpExample();
			try
			{
				example.Run();
			}
			catch (Exception ex)
			{
				Console.WriteLine(ex.ToString());
			}
		}
        public static void main(string[] args)
        {
            EnhancedPrecisionOpExample example = new EnhancedPrecisionOpExample();

            try
            {
                example.Run();
            }
            catch (Exception ex)
            {
                Console.WriteLine(ex.ToString());
            }
        }