public static int Main()
        {
            BigDecimal a = new BigDecimal(5.2);

            BigDecimal.Log(a);
            return(0);
        }