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

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