Esempio n. 1
0
        public void AtanTest()
        {
            MathLibrary ml = new MathLibrary();

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