Пример #1
0
        public void DacothTest()
        {
            MathLibrary ml = new MathLibrary();

            MathTestSingle("f:dacoth", x => { return(ml.Dacoth(x)); });
        }